Uses of Class
com.azure.resourcemanager.sql.models.BlobAuditingPolicyState
-
Packages that use BlobAuditingPolicyState Package Description com.azure.resourcemanager.sql.fluent.models Package containing the inner data models for SqlManagementClient.com.azure.resourcemanager.sql.models Package containing the data models for SqlManagementClient. -
-
Uses of BlobAuditingPolicyState in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return BlobAuditingPolicyState Modifier and Type Method Description BlobAuditingPolicyStateDatabaseBlobAuditingPolicyInner. state()Get the state property: Specifies the state of the policy.BlobAuditingPolicyStateExtendedDatabaseBlobAuditingPolicyInner. state()Get the state property: Specifies the state of the policy.BlobAuditingPolicyStateExtendedServerBlobAuditingPolicyInner. state()Get the state property: Specifies the state of the policy.BlobAuditingPolicyStateServerBlobAuditingPolicyInner. state()Get the state property: Specifies the state of the policy.Methods in com.azure.resourcemanager.sql.fluent.models with parameters of type BlobAuditingPolicyState Modifier and Type Method Description DatabaseBlobAuditingPolicyInnerDatabaseBlobAuditingPolicyInner. withState(BlobAuditingPolicyState state)Set the state property: Specifies the state of the policy.ExtendedDatabaseBlobAuditingPolicyInnerExtendedDatabaseBlobAuditingPolicyInner. withState(BlobAuditingPolicyState state)Set the state property: Specifies the state of the policy.ExtendedServerBlobAuditingPolicyInnerExtendedServerBlobAuditingPolicyInner. withState(BlobAuditingPolicyState state)Set the state property: Specifies the state of the policy.ServerBlobAuditingPolicyInnerServerBlobAuditingPolicyInner. withState(BlobAuditingPolicyState state)Set the state property: Specifies the state of the policy. -
Uses of BlobAuditingPolicyState in com.azure.resourcemanager.sql.models
Methods in com.azure.resourcemanager.sql.models that return BlobAuditingPolicyState Modifier and Type Method Description static BlobAuditingPolicyStateBlobAuditingPolicyState. fromString(String value)Parses a serialized value to a BlobAuditingPolicyState instance.static BlobAuditingPolicyStateBlobAuditingPolicyState. valueOf(String name)Returns the enum constant of this type with the specified name.static BlobAuditingPolicyState[]BlobAuditingPolicyState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-