Class LogSpecification
java.lang.Object
com.microsoft.azure.management.appservice.LogSpecification
Log Definition of a single resource metric.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the blobDuration value.Get the displayName value.name()
Get the name value.withBlobDuration
(String blobDuration) Set the blobDuration value.withDisplayName
(String displayName) Set the displayName value.Set the name value.
-
Constructor Details
-
LogSpecification
public LogSpecification()
-
-
Method Details
-
name
Get the name value.- Returns:
- the name value
-
withName
Set the name value.- Parameters:
name
- the name value to set- Returns:
- the LogSpecification object itself.
-
displayName
Get the displayName value.- Returns:
- the displayName value
-
withDisplayName
Set the displayName value.- Parameters:
displayName
- the displayName value to set- Returns:
- the LogSpecification object itself.
-
blobDuration
Get the blobDuration value.- Returns:
- the blobDuration value
-
withBlobDuration
Set the blobDuration value.- Parameters:
blobDuration
- the blobDuration value to set- Returns:
- the LogSpecification object itself.
-