Class LogSpecification
- java.lang.Object
-
- com.microsoft.azure.management.network.LogSpecification
-
public class LogSpecification extends Object
Description of logging specification.
-
-
Constructor Summary
Constructors Constructor Description LogSpecification()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringblobDuration()Get the blobDuration value.StringdisplayName()Get the displayName value.Stringname()Get the name value.LogSpecificationwithBlobDuration(String blobDuration)Set the blobDuration value.LogSpecificationwithDisplayName(String displayName)Set the displayName value.LogSpecificationwithName(String name)Set the name value.
-
-
-
Method Detail
-
name
public String name()
Get the name value.- Returns:
- the name value
-
withName
public LogSpecification withName(String name)
Set the name value.- Parameters:
name- the name value to set- Returns:
- the LogSpecification object itself.
-
displayName
public String displayName()
Get the displayName value.- Returns:
- the displayName value
-
withDisplayName
public LogSpecification withDisplayName(String displayName)
Set the displayName value.- Parameters:
displayName- the displayName value to set- Returns:
- the LogSpecification object itself.
-
blobDuration
public String blobDuration()
Get the blobDuration value.- Returns:
- the blobDuration value
-
withBlobDuration
public LogSpecification withBlobDuration(String blobDuration)
Set the blobDuration value.- Parameters:
blobDuration- the blobDuration value to set- Returns:
- the LogSpecification object itself.
-
-