ISqlServerKey Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An immutable client-side representation of an Azure SQL Server Key.
public interface ISqlServerKey : 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.ServerKeyInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasName, 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.ISqlServerKey>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IUpdatable<Microsoft.Azure.Management.Sql.Fluent.SqlServerKey.Update.IUpdate>
type ISqlServerKey = interface
interface IBeta
interface IHasId
interface IHasInner<ServerKeyInner>
interface IHasName
interface IHasResourceGroup
interface IIndexable
interface IRefreshable<ISqlServerKey>
interface IUpdatable<IUpdate>
Public Interface ISqlServerKey
Implements IBeta, IHasId, IHasInner(Of ServerKeyInner), IHasName, IHasResourceGroup, IIndexable, IRefreshable(Of ISqlServerKey), IUpdatable(Of IUpdate)
- Implements
Properties
CreationDate |
Gets the server key creation date. |
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. |
Name |
Gets the name of the resource (Inherited from IHasName) |
ParentId |
Gets the parent SQL server ID. |
Region |
Gets the resource location. |
ResourceGroupName | (Inherited from IHasResourceGroup) |
ServerKeyType |
Gets the server key type. |
SqlServerName |
Gets name of the SQL Server to which this DNS alias belongs. |
Thumbprint |
Gets the thumbprint of the server key. |
Uri |
Gets the URI of the server key. |
Methods
Delete() |
Deletes the DNS alias. |
DeleteAsync(CancellationToken) |
Deletes the DNS alias asynchronously. |
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
Azure SDK for .NET