66 строки
4.6 KiB
YAML
66 строки
4.6 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.keyvault.DeletedVault"
|
|
fullName: "com.microsoft.azure.management.keyvault.DeletedVault"
|
|
name: "DeletedVault"
|
|
nameWithType: "DeletedVault"
|
|
summary: "An immutable client-side representation of an Azure Key Vault."
|
|
syntax: "public interface **DeletedVault**</br> extends <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.keyvault.implementation.DeletedVaultInner?alt=com.microsoft.azure.management.keyvault.implementation.DeletedVaultInner&text=DeletedVaultInner\" data-throw-if-not-resolved=\"False\" />>, <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasName?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasName&text=HasName\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasId?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasId&text=HasId\" data-throw-if-not-resolved=\"False\" />"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.keyvault.DeletedVault.deletionDate()"
|
|
fullName: "com.microsoft.azure.management.keyvault.DeletedVault.deletionDate()"
|
|
name: "deletionDate()"
|
|
nameWithType: "DeletedVault.deletionDate()"
|
|
summary: "Get the deletion<wbr>Date value."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract DateTime deletionDate()"
|
|
desc: "Get the deletionDate value."
|
|
returns:
|
|
description: "the deletionDate value"
|
|
type: "<xref href=\"org.joda.time.DateTime?alt=org.joda.time.DateTime&text=DateTime\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.keyvault.DeletedVault.location()"
|
|
fullName: "com.microsoft.azure.management.keyvault.DeletedVault.location()"
|
|
name: "location()"
|
|
nameWithType: "DeletedVault.location()"
|
|
summary: "Get the location value."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String location()"
|
|
desc: "Get the location value."
|
|
returns:
|
|
description: "the location value"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.keyvault.DeletedVault.scheduledPurgeDate()"
|
|
fullName: "com.microsoft.azure.management.keyvault.DeletedVault.scheduledPurgeDate()"
|
|
name: "scheduledPurgeDate()"
|
|
nameWithType: "DeletedVault.scheduledPurgeDate()"
|
|
summary: "Get the scheduled<wbr>Purge<wbr>Date value."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract DateTime scheduledPurgeDate()"
|
|
desc: "Get the scheduledPurgeDate value."
|
|
returns:
|
|
description: "the scheduledPurgeDate value"
|
|
type: "<xref href=\"org.joda.time.DateTime?alt=org.joda.time.DateTime&text=DateTime\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.keyvault.DeletedVault.tags()"
|
|
fullName: "com.microsoft.azure.management.keyvault.DeletedVault.tags()"
|
|
name: "tags()"
|
|
nameWithType: "DeletedVault.tags()"
|
|
summary: "Get the tags value."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Map<String,String> tags()"
|
|
desc: "Get the tags value."
|
|
returns:
|
|
description: "the tags value"
|
|
type: "<xref href=\"java.util.Map?alt=java.util.Map&text=Map\" data-throw-if-not-resolved=\"False\" /><<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />,<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />>"
|
|
type: "interface"
|
|
desc: "An immutable client-side representation of an Azure Key Vault."
|
|
implements:
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasId?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasId&text=HasId\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasName?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasName&text=HasName\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.keyvault.implementation.DeletedVaultInner?alt=com.microsoft.azure.management.keyvault.implementation.DeletedVaultInner&text=DeletedVaultInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.keyvault"
|
|
artifact: com.microsoft.azure:azure-mgmt-keyvault:1.41.4
|