Class LogSpecification
java.lang.Object
com.microsoft.azure.management.network.LogSpecification
Description of logging specification.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet duration of the blob.Get the display name of the specification.name()
Get the name of the specification.withBlobDuration
(String blobDuration) Set duration of the blob.withDisplayName
(String displayName) Set the display name of the specification.Set the name of the specification.
-
Constructor Details
-
LogSpecification
public LogSpecification()
-
-
Method Details
-
name
Get the name of the specification.- Returns:
- the name value
-
withName
Set the name of the specification.- Parameters:
name
- the name value to set- Returns:
- the LogSpecification object itself.
-
displayName
Get the display name of the specification.- Returns:
- the displayName value
-
withDisplayName
Set the display name of the specification.- Parameters:
displayName
- the displayName value to set- Returns:
- the LogSpecification object itself.
-
blobDuration
Get duration of the blob.- Returns:
- the blobDuration value
-
withBlobDuration
Set duration of the blob.- Parameters:
blobDuration
- the blobDuration value to set- Returns:
- the LogSpecification object itself.
-