azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.k...

113 строки
7.6 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.keyvault.models.VaultCreateOrUpdateParameters"
fullName: "com.azure.resourcemanager.keyvault.models.VaultCreateOrUpdateParameters"
name: "VaultCreateOrUpdateParameters"
nameWithType: "VaultCreateOrUpdateParameters"
summary: "Parameters for creating or updating a vault."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedMembers:
- "java.lang.Object.clone()"
- "java.lang.Object.equals(java.lang.Object)"
- "java.lang.Object.finalize()"
- "java.lang.Object.getClass()"
- "java.lang.Object.hashCode()"
- "java.lang.Object.notify()"
- "java.lang.Object.notifyAll()"
- "java.lang.Object.toString()"
- "java.lang.Object.wait()"
- "java.lang.Object.wait(long)"
- "java.lang.Object.wait(long,int)"
syntax: "public final class VaultCreateOrUpdateParameters"
constructors:
- uid: "com.azure.resourcemanager.keyvault.models.VaultCreateOrUpdateParameters.VaultCreateOrUpdateParameters()"
fullName: "com.azure.resourcemanager.keyvault.models.VaultCreateOrUpdateParameters.VaultCreateOrUpdateParameters()"
name: "VaultCreateOrUpdateParameters()"
nameWithType: "VaultCreateOrUpdateParameters.VaultCreateOrUpdateParameters()"
syntax: "public VaultCreateOrUpdateParameters()"
methods:
- uid: "com.azure.resourcemanager.keyvault.models.VaultCreateOrUpdateParameters.location()"
fullName: "com.azure.resourcemanager.keyvault.models.VaultCreateOrUpdateParameters.location()"
name: "location()"
nameWithType: "VaultCreateOrUpdateParameters.location()"
summary: "Get the location property: The supported Azure location where the key vault should be created."
syntax: "public String location()"
desc: "Get the location property: The supported Azure location where the key vault should be created."
returns:
description: "the location value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.keyvault.models.VaultCreateOrUpdateParameters.properties()"
fullName: "com.azure.resourcemanager.keyvault.models.VaultCreateOrUpdateParameters.properties()"
name: "properties()"
nameWithType: "VaultCreateOrUpdateParameters.properties()"
summary: "Get the properties property: Properties of the vault."
syntax: "public VaultProperties properties()"
desc: "Get the properties property: Properties of the vault."
returns:
description: "the properties value."
type: "<xref href=\"com.azure.resourcemanager.keyvault.models.VaultProperties?alt=com.azure.resourcemanager.keyvault.models.VaultProperties&text=VaultProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.keyvault.models.VaultCreateOrUpdateParameters.tags()"
fullName: "com.azure.resourcemanager.keyvault.models.VaultCreateOrUpdateParameters.tags()"
name: "tags()"
nameWithType: "VaultCreateOrUpdateParameters.tags()"
summary: "Get the tags property: The tags that will be assigned to the key vault."
syntax: "public Map<String,String> tags()"
desc: "Get the tags property: The tags that will be assigned to the key vault."
returns:
description: "the tags value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- uid: "com.azure.resourcemanager.keyvault.models.VaultCreateOrUpdateParameters.validate()"
fullName: "com.azure.resourcemanager.keyvault.models.VaultCreateOrUpdateParameters.validate()"
name: "validate()"
nameWithType: "VaultCreateOrUpdateParameters.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.keyvault.models.VaultCreateOrUpdateParameters.withLocation(java.lang.String)"
fullName: "com.azure.resourcemanager.keyvault.models.VaultCreateOrUpdateParameters.withLocation(String location)"
name: "withLocation(String location)"
nameWithType: "VaultCreateOrUpdateParameters.withLocation(String location)"
summary: "Set the location property: The supported Azure location where the key vault should be created."
parameters:
- description: "the location value to set."
name: "location"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public VaultCreateOrUpdateParameters withLocation(String location)"
desc: "Set the location property: The supported Azure location where the key vault should be created."
returns:
description: "the VaultCreateOrUpdateParameters object itself."
type: "<xref href=\"com.azure.resourcemanager.keyvault.models.VaultCreateOrUpdateParameters?alt=com.azure.resourcemanager.keyvault.models.VaultCreateOrUpdateParameters&text=VaultCreateOrUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.keyvault.models.VaultCreateOrUpdateParameters.withProperties(com.azure.resourcemanager.keyvault.models.VaultProperties)"
fullName: "com.azure.resourcemanager.keyvault.models.VaultCreateOrUpdateParameters.withProperties(VaultProperties properties)"
name: "withProperties(VaultProperties properties)"
nameWithType: "VaultCreateOrUpdateParameters.withProperties(VaultProperties properties)"
summary: "Set the properties property: Properties of the vault."
parameters:
- description: "the properties value to set."
name: "properties"
type: "<xref href=\"com.azure.resourcemanager.keyvault.models.VaultProperties?alt=com.azure.resourcemanager.keyvault.models.VaultProperties&text=VaultProperties\" data-throw-if-not-resolved=\"False\" />"
syntax: "public VaultCreateOrUpdateParameters withProperties(VaultProperties properties)"
desc: "Set the properties property: Properties of the vault."
returns:
description: "the VaultCreateOrUpdateParameters object itself."
type: "<xref href=\"com.azure.resourcemanager.keyvault.models.VaultCreateOrUpdateParameters?alt=com.azure.resourcemanager.keyvault.models.VaultCreateOrUpdateParameters&text=VaultCreateOrUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.keyvault.models.VaultCreateOrUpdateParameters.withTags(java.util.Map<java.lang.String,java.lang.String>)"
fullName: "com.azure.resourcemanager.keyvault.models.VaultCreateOrUpdateParameters.withTags(Map<String,String> tags)"
name: "withTags(Map<String,String> tags)"
nameWithType: "VaultCreateOrUpdateParameters.withTags(Map<String,String> tags)"
summary: "Set the tags property: The tags that will be assigned to the key vault."
parameters:
- description: "the tags value to set."
name: "tags"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
syntax: "public VaultCreateOrUpdateParameters withTags(Map<String,String> tags)"
desc: "Set the tags property: The tags that will be assigned to the key vault."
returns:
description: "the VaultCreateOrUpdateParameters object itself."
type: "<xref href=\"com.azure.resourcemanager.keyvault.models.VaultCreateOrUpdateParameters?alt=com.azure.resourcemanager.keyvault.models.VaultCreateOrUpdateParameters&text=VaultCreateOrUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Parameters for creating or updating a vault."
metadata: {}
package: "com.azure.resourcemanager.keyvault.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-keyvault:2.18.0