Class LogSpecification
java.lang.Object
com.microsoft.azure.management.keyvault.LogSpecification
Log specification of operation.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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- 
LogSpecificationpublic LogSpecification()
 
- 
- 
Method Details- 
nameGet the name value.- Returns:
- the name value
 
- 
withNameSet the name value.- Parameters:
- name- the name value to set
- Returns:
- the LogSpecification object itself.
 
- 
displayNameGet the displayName value.- Returns:
- the displayName value
 
- 
withDisplayNameSet the displayName value.- Parameters:
- displayName- the displayName value to set
- Returns:
- the LogSpecification object itself.
 
- 
blobDurationGet the blobDuration value.- Returns:
- the blobDuration value
 
- 
withBlobDurationSet the blobDuration value.- Parameters:
- blobDuration- the blobDuration value to set
- Returns:
- the LogSpecification object itself.
 
 
-