Uses of Enum
com.azure.resourcemanager.sql.models.BlobAuditingPolicyState
Packages that use BlobAuditingPolicyState
Package
Description
Package containing the inner data models for SqlManagementClient.
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 BlobAuditingPolicyStateModifier and TypeMethodDescriptionDatabaseBlobAuditingPolicyInner.state()Get the state property: Specifies the state of the audit.DatabaseBlobAuditingPolicyProperties.state()Get the state property: Specifies the state of the audit.ExtendedDatabaseBlobAuditingPolicyInner.state()Get the state property: Specifies the state of the audit.ExtendedDatabaseBlobAuditingPolicyProperties.state()Get the state property: Specifies the state of the audit.ExtendedServerBlobAuditingPolicyInner.state()Get the state property: Specifies the state of the audit.ExtendedServerBlobAuditingPolicyProperties.state()Get the state property: Specifies the state of the audit.ServerBlobAuditingPolicyInner.state()Get the state property: Specifies the state of the audit.ServerBlobAuditingPolicyProperties.state()Get the state property: Specifies the state of the audit.ServerDevOpsAuditingSettingsInner.state()Get the state property: Specifies the state of the audit.ServerDevOpsAuditSettingsProperties.state()Get the state property: Specifies the state of the audit.Methods in com.azure.resourcemanager.sql.fluent.models with parameters of type BlobAuditingPolicyStateModifier and TypeMethodDescriptionDatabaseBlobAuditingPolicyInner.withState(BlobAuditingPolicyState state) Set the state property: Specifies the state of the audit.DatabaseBlobAuditingPolicyProperties.withState(BlobAuditingPolicyState state) Set the state property: Specifies the state of the audit.ExtendedDatabaseBlobAuditingPolicyInner.withState(BlobAuditingPolicyState state) Set the state property: Specifies the state of the audit.ExtendedDatabaseBlobAuditingPolicyProperties.withState(BlobAuditingPolicyState state) Set the state property: Specifies the state of the audit.ExtendedServerBlobAuditingPolicyInner.withState(BlobAuditingPolicyState state) Set the state property: Specifies the state of the audit.ExtendedServerBlobAuditingPolicyProperties.withState(BlobAuditingPolicyState state) Set the state property: Specifies the state of the audit.ServerBlobAuditingPolicyInner.withState(BlobAuditingPolicyState state) Set the state property: Specifies the state of the audit.ServerBlobAuditingPolicyProperties.withState(BlobAuditingPolicyState state) Set the state property: Specifies the state of the audit.ServerDevOpsAuditingSettingsInner.withState(BlobAuditingPolicyState state) Set the state property: Specifies the state of the audit.ServerDevOpsAuditSettingsProperties.withState(BlobAuditingPolicyState state) Set the state property: Specifies the state of the audit. -
Uses of BlobAuditingPolicyState in com.azure.resourcemanager.sql.models
Subclasses with type arguments of type BlobAuditingPolicyState in com.azure.resourcemanager.sql.modelsMethods in com.azure.resourcemanager.sql.models that return BlobAuditingPolicyStateModifier and TypeMethodDescriptionstatic BlobAuditingPolicyStateBlobAuditingPolicyState.fromString(String value) Parses a serialized value to a BlobAuditingPolicyState instance.static BlobAuditingPolicyStateReturns 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.