Class OperationLogSpecification
java.lang.Object
com.azure.resourcemanager.datafactory.models.OperationLogSpecification
Details about an operation related to logs.
-
Constructor Summary
ConstructorDescriptionCreates an instance of OperationLogSpecification class. -
Method Summary
Modifier and TypeMethodDescriptionGet the blobDuration property: Blobs created in the customer storage account, per hour.Get the displayName property: Localized display name.name()
Get the name property: The name of the log category.void
validate()
Validates the instance.withBlobDuration
(String blobDuration) Set the blobDuration property: Blobs created in the customer storage account, per hour.withDisplayName
(String displayName) Set the displayName property: Localized display name.Set the name property: The name of the log category.
-
Constructor Details
-
OperationLogSpecification
public OperationLogSpecification()Creates an instance of OperationLogSpecification class.
-
-
Method Details
-
name
Get the name property: The name of the log category.- Returns:
- the name value.
-
withName
Set the name property: The name of the log category.- Parameters:
name
- the name value to set.- Returns:
- the OperationLogSpecification object itself.
-
displayName
Get the displayName property: Localized display name.- Returns:
- the displayName value.
-
withDisplayName
Set the displayName property: Localized display name.- Parameters:
displayName
- the displayName value to set.- Returns:
- the OperationLogSpecification object itself.
-
blobDuration
Get the blobDuration property: Blobs created in the customer storage account, per hour.- Returns:
- the blobDuration value.
-
withBlobDuration
Set the blobDuration property: Blobs created in the customer storage account, per hour.- Parameters:
blobDuration
- the blobDuration value to set.- Returns:
- the OperationLogSpecification object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-