335 строки
24 KiB
YAML
335 строки
24 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.keyvault.fluent.models.KeyInner"
|
|
fullName: "com.azure.resourcemanager.keyvault.fluent.models.KeyInner"
|
|
name: "KeyInner"
|
|
nameWithType: "KeyInner"
|
|
summary: "The key resource."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.core.management.ProxyResource?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.core.management.Resource?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "<xref href=\"com.azure.core.management.ProxyResource?alt=com.azure.core.management.ProxyResource&text=ProxyResource\" data-throw-if-not-resolved=\"False\" />"
|
|
methodsRef:
|
|
- "<xref href=\"com.azure.core.management.ProxyResource.id()?alt=com.azure.core.management.ProxyResource.id&text=id\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.core.management.ProxyResource.name()?alt=com.azure.core.management.ProxyResource.name&text=name\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.core.management.ProxyResource.type()?alt=com.azure.core.management.ProxyResource.type&text=type\" data-throw-if-not-resolved=\"False\" />"
|
|
- classRef: "<xref href=\"com.azure.core.management.Resource?alt=com.azure.core.management.Resource&text=Resource\" data-throw-if-not-resolved=\"False\" />"
|
|
methodsRef:
|
|
- "<xref href=\"com.azure.core.management.Resource.fromJson(com.azure.json.JsonReader)?alt=com.azure.core.management.Resource.fromJson&text=fromJson\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.core.management.Resource.location()?alt=com.azure.core.management.Resource.location&text=location\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.core.management.Resource.tags()?alt=com.azure.core.management.Resource.tags&text=tags\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.core.management.Resource.toJson(com.azure.json.JsonWriter)?alt=com.azure.core.management.Resource.toJson&text=toJson\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.core.management.Resource.withLocation(java.lang.String)?alt=com.azure.core.management.Resource.withLocation&text=withLocation\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.core.management.Resource.withTags(java.util.Map<java.lang.String,java.lang.String>)?alt=com.azure.core.management.Resource.withTags&text=withTags\" data-throw-if-not-resolved=\"False\" />"
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
syntax: "public final class **KeyInner**</br> extends <xref href=\"com.azure.core.management.Resource?alt=com.azure.core.management.Resource&text=Resource\" data-throw-if-not-resolved=\"False\" />"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.keyvault.fluent.models.KeyInner.KeyInner()"
|
|
fullName: "com.azure.resourcemanager.keyvault.fluent.models.KeyInner.KeyInner()"
|
|
name: "KeyInner()"
|
|
nameWithType: "KeyInner.KeyInner()"
|
|
summary: "Creates an instance of Key<wbr>Inner class."
|
|
syntax: "public KeyInner()"
|
|
desc: "Creates an instance of KeyInner class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.keyvault.fluent.models.KeyInner.attributes()"
|
|
fullName: "com.azure.resourcemanager.keyvault.fluent.models.KeyInner.attributes()"
|
|
name: "attributes()"
|
|
nameWithType: "KeyInner.attributes()"
|
|
summary: "Get the attributes property: The attributes of the key."
|
|
syntax: "public KeyAttributes attributes()"
|
|
desc: "Get the attributes property: The attributes of the key."
|
|
returns:
|
|
description: "the attributes value."
|
|
type: "<xref href=\"com.azure.resourcemanager.keyvault.models.KeyAttributes?alt=com.azure.resourcemanager.keyvault.models.KeyAttributes&text=KeyAttributes\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.keyvault.fluent.models.KeyInner.curveName()"
|
|
fullName: "com.azure.resourcemanager.keyvault.fluent.models.KeyInner.curveName()"
|
|
name: "curveName()"
|
|
nameWithType: "KeyInner.curveName()"
|
|
summary: "Get the curve<wbr>Name property: The elliptic curve name."
|
|
syntax: "public JsonWebKeyCurveName curveName()"
|
|
desc: "Get the curveName property: The elliptic curve name. For valid values, see JsonWebKeyCurveName."
|
|
returns:
|
|
description: "the curveName value."
|
|
type: "<xref href=\"com.azure.resourcemanager.keyvault.models.JsonWebKeyCurveName?alt=com.azure.resourcemanager.keyvault.models.JsonWebKeyCurveName&text=JsonWebKeyCurveName\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.keyvault.fluent.models.KeyInner.fromJson(com.azure.json.JsonReader)"
|
|
fullName: "com.azure.resourcemanager.keyvault.fluent.models.KeyInner.fromJson(JsonReader jsonReader)"
|
|
name: "fromJson(JsonReader jsonReader)"
|
|
nameWithType: "KeyInner.fromJson(JsonReader jsonReader)"
|
|
summary: "Reads an instance of Key<wbr>Inner from the Json<wbr>Reader."
|
|
modifiers:
|
|
- "static"
|
|
parameters:
|
|
- description: "The JsonReader being read."
|
|
name: "jsonReader"
|
|
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static KeyInner fromJson(JsonReader jsonReader)"
|
|
exceptions:
|
|
- description: "If the deserialized JSON object was missing any required properties."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
desc: "Reads an instance of KeyInner from the JsonReader."
|
|
returns:
|
|
description: "An instance of KeyInner if the JsonReader was pointing to an instance of it, or null if it was pointing\n to JSON null."
|
|
type: "<xref href=\"com.azure.resourcemanager.keyvault.fluent.models.KeyInner?alt=com.azure.resourcemanager.keyvault.fluent.models.KeyInner&text=KeyInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.keyvault.fluent.models.KeyInner.id()"
|
|
fullName: "com.azure.resourcemanager.keyvault.fluent.models.KeyInner.id()"
|
|
name: "id()"
|
|
nameWithType: "KeyInner.id()"
|
|
summary: "Get the id property: Fully qualified resource Id for the resource."
|
|
overridden: "com.azure.core.management.ProxyResource.id()"
|
|
syntax: "public String id()"
|
|
desc: "Get the id property: Fully qualified resource Id for the resource."
|
|
returns:
|
|
description: "the id value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.keyvault.fluent.models.KeyInner.keyOps()"
|
|
fullName: "com.azure.resourcemanager.keyvault.fluent.models.KeyInner.keyOps()"
|
|
name: "keyOps()"
|
|
nameWithType: "KeyInner.keyOps()"
|
|
summary: "Get the key<wbr>Ops property: The key<wbr>Ops property."
|
|
syntax: "public List<JsonWebKeyOperation> keyOps()"
|
|
desc: "Get the keyOps property: The keyOps property."
|
|
returns:
|
|
description: "the keyOps value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.keyvault.models.JsonWebKeyOperation?alt=com.azure.resourcemanager.keyvault.models.JsonWebKeyOperation&text=JsonWebKeyOperation\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.keyvault.fluent.models.KeyInner.keySize()"
|
|
fullName: "com.azure.resourcemanager.keyvault.fluent.models.KeyInner.keySize()"
|
|
name: "keySize()"
|
|
nameWithType: "KeyInner.keySize()"
|
|
summary: "Get the key<wbr>Size property: The key size in bits."
|
|
syntax: "public Integer keySize()"
|
|
desc: "Get the keySize property: The key size in bits. For example: 2048, 3072, or 4096 for RSA."
|
|
returns:
|
|
description: "the keySize value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
|
|
- uid: "com.azure.resourcemanager.keyvault.fluent.models.KeyInner.keyUri()"
|
|
fullName: "com.azure.resourcemanager.keyvault.fluent.models.KeyInner.keyUri()"
|
|
name: "keyUri()"
|
|
nameWithType: "KeyInner.keyUri()"
|
|
summary: "Get the key<wbr>Uri property: The URI to retrieve the current version of the key."
|
|
syntax: "public String keyUri()"
|
|
desc: "Get the keyUri property: The URI to retrieve the current version of the key."
|
|
returns:
|
|
description: "the keyUri value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.keyvault.fluent.models.KeyInner.keyUriWithVersion()"
|
|
fullName: "com.azure.resourcemanager.keyvault.fluent.models.KeyInner.keyUriWithVersion()"
|
|
name: "keyUriWithVersion()"
|
|
nameWithType: "KeyInner.keyUriWithVersion()"
|
|
summary: "Get the key<wbr>Uri<wbr>With<wbr>Version property: The URI to retrieve the specific version of the key."
|
|
syntax: "public String keyUriWithVersion()"
|
|
desc: "Get the keyUriWithVersion property: The URI to retrieve the specific version of the key."
|
|
returns:
|
|
description: "the keyUriWithVersion value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.keyvault.fluent.models.KeyInner.kty()"
|
|
fullName: "com.azure.resourcemanager.keyvault.fluent.models.KeyInner.kty()"
|
|
name: "kty()"
|
|
nameWithType: "KeyInner.kty()"
|
|
summary: "Get the kty property: The type of the key."
|
|
syntax: "public JsonWebKeyType kty()"
|
|
desc: "Get the kty property: The type of the key. For valid values, see JsonWebKeyType."
|
|
returns:
|
|
description: "the kty value."
|
|
type: "<xref href=\"com.azure.resourcemanager.keyvault.models.JsonWebKeyType?alt=com.azure.resourcemanager.keyvault.models.JsonWebKeyType&text=JsonWebKeyType\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.keyvault.fluent.models.KeyInner.name()"
|
|
fullName: "com.azure.resourcemanager.keyvault.fluent.models.KeyInner.name()"
|
|
name: "name()"
|
|
nameWithType: "KeyInner.name()"
|
|
summary: "Get the name property: The name of the resource."
|
|
overridden: "com.azure.core.management.ProxyResource.name()"
|
|
syntax: "public String name()"
|
|
desc: "Get the name property: The name of the resource."
|
|
returns:
|
|
description: "the name value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.keyvault.fluent.models.KeyInner.releasePolicy()"
|
|
fullName: "com.azure.resourcemanager.keyvault.fluent.models.KeyInner.releasePolicy()"
|
|
name: "releasePolicy()"
|
|
nameWithType: "KeyInner.releasePolicy()"
|
|
summary: "Get the release<wbr>Policy property: Key release policy in response."
|
|
syntax: "public KeyReleasePolicy releasePolicy()"
|
|
desc: "Get the releasePolicy property: Key release policy in response. It will be used for both output and input. Omitted if empty."
|
|
returns:
|
|
description: "the releasePolicy value."
|
|
type: "<xref href=\"com.azure.resourcemanager.keyvault.models.KeyReleasePolicy?alt=com.azure.resourcemanager.keyvault.models.KeyReleasePolicy&text=KeyReleasePolicy\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.keyvault.fluent.models.KeyInner.rotationPolicy()"
|
|
fullName: "com.azure.resourcemanager.keyvault.fluent.models.KeyInner.rotationPolicy()"
|
|
name: "rotationPolicy()"
|
|
nameWithType: "KeyInner.rotationPolicy()"
|
|
summary: "Get the rotation<wbr>Policy property: Key rotation policy in response."
|
|
syntax: "public RotationPolicy rotationPolicy()"
|
|
desc: "Get the rotationPolicy property: Key rotation policy in response. It will be used for both output and input. Omitted if empty."
|
|
returns:
|
|
description: "the rotationPolicy value."
|
|
type: "<xref href=\"com.azure.resourcemanager.keyvault.models.RotationPolicy?alt=com.azure.resourcemanager.keyvault.models.RotationPolicy&text=RotationPolicy\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.keyvault.fluent.models.KeyInner.toJson(com.azure.json.JsonWriter)"
|
|
fullName: "com.azure.resourcemanager.keyvault.fluent.models.KeyInner.toJson(JsonWriter jsonWriter)"
|
|
name: "toJson(JsonWriter jsonWriter)"
|
|
nameWithType: "KeyInner.toJson(JsonWriter jsonWriter)"
|
|
overridden: "com.azure.core.management.Resource.toJson(com.azure.json.JsonWriter)"
|
|
parameters:
|
|
- name: "jsonWriter"
|
|
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
|
|
exceptions:
|
|
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
returns:
|
|
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.keyvault.fluent.models.KeyInner.type()"
|
|
fullName: "com.azure.resourcemanager.keyvault.fluent.models.KeyInner.type()"
|
|
name: "type()"
|
|
nameWithType: "KeyInner.type()"
|
|
summary: "Get the type property: The type of the resource."
|
|
overridden: "com.azure.core.management.ProxyResource.type()"
|
|
syntax: "public String type()"
|
|
desc: "Get the type property: The type of the resource."
|
|
returns:
|
|
description: "the type value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.keyvault.fluent.models.KeyInner.validate()"
|
|
fullName: "com.azure.resourcemanager.keyvault.fluent.models.KeyInner.validate()"
|
|
name: "validate()"
|
|
nameWithType: "KeyInner.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.keyvault.fluent.models.KeyInner.withAttributes(com.azure.resourcemanager.keyvault.models.KeyAttributes)"
|
|
fullName: "com.azure.resourcemanager.keyvault.fluent.models.KeyInner.withAttributes(KeyAttributes attributes)"
|
|
name: "withAttributes(KeyAttributes attributes)"
|
|
nameWithType: "KeyInner.withAttributes(KeyAttributes attributes)"
|
|
summary: "Set the attributes property: The attributes of the key."
|
|
parameters:
|
|
- description: "the attributes value to set."
|
|
name: "attributes"
|
|
type: "<xref href=\"com.azure.resourcemanager.keyvault.models.KeyAttributes?alt=com.azure.resourcemanager.keyvault.models.KeyAttributes&text=KeyAttributes\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public KeyInner withAttributes(KeyAttributes attributes)"
|
|
desc: "Set the attributes property: The attributes of the key."
|
|
returns:
|
|
description: "the KeyInner object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.keyvault.fluent.models.KeyInner?alt=com.azure.resourcemanager.keyvault.fluent.models.KeyInner&text=KeyInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.keyvault.fluent.models.KeyInner.withCurveName(com.azure.resourcemanager.keyvault.models.JsonWebKeyCurveName)"
|
|
fullName: "com.azure.resourcemanager.keyvault.fluent.models.KeyInner.withCurveName(JsonWebKeyCurveName curveName)"
|
|
name: "withCurveName(JsonWebKeyCurveName curveName)"
|
|
nameWithType: "KeyInner.withCurveName(JsonWebKeyCurveName curveName)"
|
|
summary: "Set the curve<wbr>Name property: The elliptic curve name."
|
|
parameters:
|
|
- description: "the curveName value to set."
|
|
name: "curveName"
|
|
type: "<xref href=\"com.azure.resourcemanager.keyvault.models.JsonWebKeyCurveName?alt=com.azure.resourcemanager.keyvault.models.JsonWebKeyCurveName&text=JsonWebKeyCurveName\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public KeyInner withCurveName(JsonWebKeyCurveName curveName)"
|
|
desc: "Set the curveName property: The elliptic curve name. For valid values, see JsonWebKeyCurveName."
|
|
returns:
|
|
description: "the KeyInner object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.keyvault.fluent.models.KeyInner?alt=com.azure.resourcemanager.keyvault.fluent.models.KeyInner&text=KeyInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.keyvault.fluent.models.KeyInner.withKeyOps(java.util.List<com.azure.resourcemanager.keyvault.models.JsonWebKeyOperation>)"
|
|
fullName: "com.azure.resourcemanager.keyvault.fluent.models.KeyInner.withKeyOps(List<JsonWebKeyOperation> keyOps)"
|
|
name: "withKeyOps(List<JsonWebKeyOperation> keyOps)"
|
|
nameWithType: "KeyInner.withKeyOps(List<JsonWebKeyOperation> keyOps)"
|
|
summary: "Set the key<wbr>Ops property: The key<wbr>Ops property."
|
|
parameters:
|
|
- description: "the keyOps value to set."
|
|
name: "keyOps"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.keyvault.models.JsonWebKeyOperation?alt=com.azure.resourcemanager.keyvault.models.JsonWebKeyOperation&text=JsonWebKeyOperation\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public KeyInner withKeyOps(List<JsonWebKeyOperation> keyOps)"
|
|
desc: "Set the keyOps property: The keyOps property."
|
|
returns:
|
|
description: "the KeyInner object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.keyvault.fluent.models.KeyInner?alt=com.azure.resourcemanager.keyvault.fluent.models.KeyInner&text=KeyInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.keyvault.fluent.models.KeyInner.withKeySize(java.lang.Integer)"
|
|
fullName: "com.azure.resourcemanager.keyvault.fluent.models.KeyInner.withKeySize(Integer keySize)"
|
|
name: "withKeySize(Integer keySize)"
|
|
nameWithType: "KeyInner.withKeySize(Integer keySize)"
|
|
summary: "Set the key<wbr>Size property: The key size in bits."
|
|
parameters:
|
|
- description: "the keySize value to set."
|
|
name: "keySize"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
|
|
syntax: "public KeyInner withKeySize(Integer keySize)"
|
|
desc: "Set the keySize property: The key size in bits. For example: 2048, 3072, or 4096 for RSA."
|
|
returns:
|
|
description: "the KeyInner object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.keyvault.fluent.models.KeyInner?alt=com.azure.resourcemanager.keyvault.fluent.models.KeyInner&text=KeyInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.keyvault.fluent.models.KeyInner.withKty(com.azure.resourcemanager.keyvault.models.JsonWebKeyType)"
|
|
fullName: "com.azure.resourcemanager.keyvault.fluent.models.KeyInner.withKty(JsonWebKeyType kty)"
|
|
name: "withKty(JsonWebKeyType kty)"
|
|
nameWithType: "KeyInner.withKty(JsonWebKeyType kty)"
|
|
summary: "Set the kty property: The type of the key."
|
|
parameters:
|
|
- description: "the kty value to set."
|
|
name: "kty"
|
|
type: "<xref href=\"com.azure.resourcemanager.keyvault.models.JsonWebKeyType?alt=com.azure.resourcemanager.keyvault.models.JsonWebKeyType&text=JsonWebKeyType\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public KeyInner withKty(JsonWebKeyType kty)"
|
|
desc: "Set the kty property: The type of the key. For valid values, see JsonWebKeyType."
|
|
returns:
|
|
description: "the KeyInner object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.keyvault.fluent.models.KeyInner?alt=com.azure.resourcemanager.keyvault.fluent.models.KeyInner&text=KeyInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.keyvault.fluent.models.KeyInner.withLocation(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.keyvault.fluent.models.KeyInner.withLocation(String location)"
|
|
name: "withLocation(String location)"
|
|
nameWithType: "KeyInner.withLocation(String location)"
|
|
overridden: "com.azure.core.management.Resource.withLocation(java.lang.String)"
|
|
parameters:
|
|
- name: "location"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public KeyInner withLocation(String location)"
|
|
returns:
|
|
type: "<xref href=\"com.azure.resourcemanager.keyvault.fluent.models.KeyInner?alt=com.azure.resourcemanager.keyvault.fluent.models.KeyInner&text=KeyInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.keyvault.fluent.models.KeyInner.withReleasePolicy(com.azure.resourcemanager.keyvault.models.KeyReleasePolicy)"
|
|
fullName: "com.azure.resourcemanager.keyvault.fluent.models.KeyInner.withReleasePolicy(KeyReleasePolicy releasePolicy)"
|
|
name: "withReleasePolicy(KeyReleasePolicy releasePolicy)"
|
|
nameWithType: "KeyInner.withReleasePolicy(KeyReleasePolicy releasePolicy)"
|
|
summary: "Set the release<wbr>Policy property: Key release policy in response."
|
|
parameters:
|
|
- description: "the releasePolicy value to set."
|
|
name: "releasePolicy"
|
|
type: "<xref href=\"com.azure.resourcemanager.keyvault.models.KeyReleasePolicy?alt=com.azure.resourcemanager.keyvault.models.KeyReleasePolicy&text=KeyReleasePolicy\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public KeyInner withReleasePolicy(KeyReleasePolicy releasePolicy)"
|
|
desc: "Set the releasePolicy property: Key release policy in response. It will be used for both output and input. Omitted if empty."
|
|
returns:
|
|
description: "the KeyInner object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.keyvault.fluent.models.KeyInner?alt=com.azure.resourcemanager.keyvault.fluent.models.KeyInner&text=KeyInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.keyvault.fluent.models.KeyInner.withRotationPolicy(com.azure.resourcemanager.keyvault.models.RotationPolicy)"
|
|
fullName: "com.azure.resourcemanager.keyvault.fluent.models.KeyInner.withRotationPolicy(RotationPolicy rotationPolicy)"
|
|
name: "withRotationPolicy(RotationPolicy rotationPolicy)"
|
|
nameWithType: "KeyInner.withRotationPolicy(RotationPolicy rotationPolicy)"
|
|
summary: "Set the rotation<wbr>Policy property: Key rotation policy in response."
|
|
parameters:
|
|
- description: "the rotationPolicy value to set."
|
|
name: "rotationPolicy"
|
|
type: "<xref href=\"com.azure.resourcemanager.keyvault.models.RotationPolicy?alt=com.azure.resourcemanager.keyvault.models.RotationPolicy&text=RotationPolicy\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public KeyInner withRotationPolicy(RotationPolicy rotationPolicy)"
|
|
desc: "Set the rotationPolicy property: Key rotation policy in response. It will be used for both output and input. Omitted if empty."
|
|
returns:
|
|
description: "the KeyInner object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.keyvault.fluent.models.KeyInner?alt=com.azure.resourcemanager.keyvault.fluent.models.KeyInner&text=KeyInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.keyvault.fluent.models.KeyInner.withTags(java.util.Map<java.lang.String,java.lang.String>)"
|
|
fullName: "com.azure.resourcemanager.keyvault.fluent.models.KeyInner.withTags(Map<String,String> tags)"
|
|
name: "withTags(Map<String,String> tags)"
|
|
nameWithType: "KeyInner.withTags(Map<String,String> tags)"
|
|
overridden: "com.azure.core.management.Resource.withTags(java.util.Map<java.lang.String,java.lang.String>)"
|
|
parameters:
|
|
- name: "tags"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a><<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>>"
|
|
syntax: "public KeyInner withTags(Map<String,String> tags)"
|
|
returns:
|
|
type: "<xref href=\"com.azure.resourcemanager.keyvault.fluent.models.KeyInner?alt=com.azure.resourcemanager.keyvault.fluent.models.KeyInner&text=KeyInner\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "The key resource."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.keyvault.fluent.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-keyvault:2.44.0
|