ISqlEncryptionProtector Interface

Definition

An immutable client-side representation of an Azure SQL Encryption Protector.

public interface ISqlEncryptionProtector : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasId, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Sql.Fluent.Models.EncryptionProtectorInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasResourceGroup, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IIndexable, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IRefreshable<Microsoft.Azure.Management.Sql.Fluent.ISqlEncryptionProtector>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IUpdatable<Microsoft.Azure.Management.Sql.Fluent.SqlEncryptionProtector.Update.IUpdate>
type ISqlEncryptionProtector = interface
    interface IBeta
    interface IHasId
    interface IHasInner<EncryptionProtectorInner>
    interface IHasResourceGroup
    interface IIndexable
    interface IRefreshable<ISqlEncryptionProtector>
    interface IUpdatable<IUpdate>
Public Interface ISqlEncryptionProtector
Implements IBeta, IHasId, IHasInner(Of EncryptionProtectorInner), IHasResourceGroup, IIndexable, IRefreshable(Of ISqlEncryptionProtector), IUpdatable(Of IUpdate)
Implements

Properties

Id

Gets the resource id string

(Inherited from IHasId)
Inner (Inherited from IHasInner<T>)
Key (Inherited from IIndexable)
Kind

Gets the kind of encryption protector; this is metadata used for the Azure Portal experience.

ParentId

Gets the parent SQL server ID.

Region

Gets the resource location.

ResourceGroupName (Inherited from IHasResourceGroup)
ServerKeyName

Gets the name of the server key.

ServerKeyType

Gets the encryption protector type.

SqlServerName

Gets name of the SQL Server to which this DNS alias belongs.

Thumbprint

Gets thumbprint of the server key.

Uri

Gets the URI of the server key.

Methods

Refresh()

Refreshes the resource to sync with Azure.

(Inherited from IRefreshable<T>)
RefreshAsync(CancellationToken)

Refreshes the resource to sync with Azure.

(Inherited from IRefreshable<T>)
Update() (Inherited from IUpdatable<T>)

Applies to