| 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.
|
| Modifier and Type | Method and Description |
|---|---|
BlobAuditingPolicyState |
ServerBlobAuditingPolicyInner.state()
Get the state property: Specifies the state of the policy.
|
BlobAuditingPolicyState |
ExtendedDatabaseBlobAuditingPolicyInner.state()
Get the state property: Specifies the state of the policy.
|
BlobAuditingPolicyState |
DatabaseBlobAuditingPolicyInner.state()
Get the state property: Specifies the state of the policy.
|
BlobAuditingPolicyState |
ExtendedServerBlobAuditingPolicyInner.state()
Get the state property: Specifies the state of the policy.
|
| Modifier and Type | Method and Description |
|---|---|
ServerBlobAuditingPolicyInner |
ServerBlobAuditingPolicyInner.withState(BlobAuditingPolicyState state)
Set the state property: Specifies the state of the policy.
|
ExtendedDatabaseBlobAuditingPolicyInner |
ExtendedDatabaseBlobAuditingPolicyInner.withState(BlobAuditingPolicyState state)
Set the state property: Specifies the state of the policy.
|
DatabaseBlobAuditingPolicyInner |
DatabaseBlobAuditingPolicyInner.withState(BlobAuditingPolicyState state)
Set the state property: Specifies the state of the policy.
|
ExtendedServerBlobAuditingPolicyInner |
ExtendedServerBlobAuditingPolicyInner.withState(BlobAuditingPolicyState state)
Set the state property: Specifies the state of the policy.
|
| Modifier and Type | Method and Description |
|---|---|
static BlobAuditingPolicyState |
BlobAuditingPolicyState.fromString(String value)
Parses a serialized value to a BlobAuditingPolicyState instance.
|
static BlobAuditingPolicyState |
BlobAuditingPolicyState.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.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.