azure-docs-sdk-java/docs-ref-autogen/com.microsoft.azure.managem...

177 строки
7.2 KiB
YAML
Исходник Обычный вид История

2017-11-12 15:05:06 +03:00
### YamlMime:ManagedReference
items:
- uid: com.microsoft.azure.management.compute._key_vault_key_reference
id: _key_vault_key_reference
parent: com.microsoft.azure.management.compute
children:
- com.microsoft.azure.management.compute._key_vault_key_reference.keyUrl()
- com.microsoft.azure.management.compute._key_vault_key_reference.sourceVault()
- com.microsoft.azure.management.compute._key_vault_key_reference.withKeyUrl(String)
- com.microsoft.azure.management.compute._key_vault_key_reference.withSourceVault(SubResource)
href: com.microsoft.azure.management.compute._key_vault_key_reference.yml
langs:
- java
name: KeyVaultKeyReference
nameWithType: KeyVaultKeyReference
fullName: com.microsoft.azure.management.compute.KeyVaultKeyReference
type: Class
source:
remote: &o0
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/KeyVaultKeyReference.java
branch: v1.3.0
repo: https://github.com/Azure/azure-sdk-for-java
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/KeyVaultKeyReference.java
startLine: 16
package: com.microsoft.azure.management.compute
summary: <p>Describes a reference to Key Vault Key. </p>
syntax: &o1
content: public class KeyVaultKeyReference
inheritance:
- java.lang.Object
- uid: com.microsoft.azure.management.compute._key_vault_key_reference.keyUrl()
id: keyUrl()
parent: com.microsoft.azure.management.compute._key_vault_key_reference
href: com.microsoft.azure.management.compute._key_vault_key_reference.yml
langs:
- java
name: keyUrl()
nameWithType: KeyVaultKeyReference.keyUrl()
2018-07-25 12:21:07 +03:00
fullName: com.microsoft.azure.management.compute.KeyVaultKeyReference.keyUrl()
2017-11-12 15:05:06 +03:00
overload: com.microsoft.azure.management.compute._key_vault_key_reference.keyUrl*
type: Method
source:
remote: *o0
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/KeyVaultKeyReference.java
startLine: 34
package: com.microsoft.azure.management.compute
summary: >-
<p>Get the keyUrl value.</p>
<p></p>
syntax:
content: public String keyUrl()
return:
type: "26831127"
description: <p>the keyUrl value </p>
- uid: com.microsoft.azure.management.compute._key_vault_key_reference.sourceVault()
id: sourceVault()
parent: com.microsoft.azure.management.compute._key_vault_key_reference
href: com.microsoft.azure.management.compute._key_vault_key_reference.yml
langs:
- java
name: sourceVault()
nameWithType: KeyVaultKeyReference.sourceVault()
2018-07-25 12:21:07 +03:00
fullName: com.microsoft.azure.management.compute.KeyVaultKeyReference.sourceVault()
2017-11-12 15:05:06 +03:00
overload: com.microsoft.azure.management.compute._key_vault_key_reference.sourceVault*
type: Method
source:
remote: *o0
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/KeyVaultKeyReference.java
startLine: 54
package: com.microsoft.azure.management.compute
summary: >-
<p>Get the sourceVault value.</p>
<p></p>
syntax:
content: public SubResource sourceVault()
return:
type: 4151c390
description: <p>the sourceVault value </p>
- uid: com.microsoft.azure.management.compute._key_vault_key_reference.withKeyUrl(String)
id: withKeyUrl(String)
parent: com.microsoft.azure.management.compute._key_vault_key_reference
href: com.microsoft.azure.management.compute._key_vault_key_reference.yml
langs:
- java
name: withKeyUrl(String keyUrl)
nameWithType: KeyVaultKeyReference.withKeyUrl(String keyUrl)
2018-07-25 12:21:07 +03:00
fullName: com.microsoft.azure.management.compute.KeyVaultKeyReference.withKeyUrl(String keyUrl)
2017-11-12 15:05:06 +03:00
overload: com.microsoft.azure.management.compute._key_vault_key_reference.withKeyUrl*
type: Method
source:
remote: *o0
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/KeyVaultKeyReference.java
startLine: 44
package: com.microsoft.azure.management.compute
summary: >-
<p>Set the keyUrl value.</p>
<p></p>
syntax:
content: public KeyVaultKeyReference withKeyUrl(String keyUrl)
parameters:
- id: keyUrl
type: "26831127"
description: <p>the keyUrl value to set </p>
return:
type: com.microsoft.azure.management.compute._key_vault_key_reference
2018-07-20 12:41:48 +03:00
description: <p>the KeyVaultKeyReference object itself. </p>
2017-11-12 15:05:06 +03:00
- uid: com.microsoft.azure.management.compute._key_vault_key_reference.withSourceVault(SubResource)
id: withSourceVault(SubResource)
parent: com.microsoft.azure.management.compute._key_vault_key_reference
href: com.microsoft.azure.management.compute._key_vault_key_reference.yml
langs:
- java
name: withSourceVault(SubResource sourceVault)
nameWithType: KeyVaultKeyReference.withSourceVault(SubResource sourceVault)
2018-07-25 12:21:07 +03:00
fullName: com.microsoft.azure.management.compute.KeyVaultKeyReference.withSourceVault(SubResource sourceVault)
2017-11-12 15:05:06 +03:00
overload: com.microsoft.azure.management.compute._key_vault_key_reference.withSourceVault*
type: Method
source:
remote: *o0
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/KeyVaultKeyReference.java
startLine: 64
package: com.microsoft.azure.management.compute
summary: >-
<p>Set the sourceVault value.</p>
<p></p>
syntax:
content: public KeyVaultKeyReference withSourceVault(SubResource sourceVault)
parameters:
- id: sourceVault
type: 4151c390
description: <p>the sourceVault value to set </p>
return:
type: com.microsoft.azure.management.compute._key_vault_key_reference
2018-07-20 12:41:48 +03:00
description: <p>the KeyVaultKeyReference object itself. </p>
2017-11-12 15:05:06 +03:00
references:
- uid: "26831127"
spec.java:
- name: String
fullName: String
- uid: com.microsoft.azure.management.compute._key_vault_key_reference.keyUrl*
name: keyUrl
nameWithType: KeyVaultKeyReference.keyUrl
2018-07-25 12:21:07 +03:00
fullName: com.microsoft.azure.management.compute.KeyVaultKeyReference.keyUrl
2017-11-12 15:05:06 +03:00
package: com.microsoft.azure.management.compute
- uid: com.microsoft.azure.management.compute._key_vault_key_reference.withKeyUrl*
name: withKeyUrl
nameWithType: KeyVaultKeyReference.withKeyUrl
2018-07-25 12:21:07 +03:00
fullName: com.microsoft.azure.management.compute.KeyVaultKeyReference.withKeyUrl
2017-11-12 15:05:06 +03:00
package: com.microsoft.azure.management.compute
- uid: 4151c390
spec.java:
- name: SubResource
fullName: SubResource
- uid: com.microsoft.azure.management.compute._key_vault_key_reference.sourceVault*
name: sourceVault
nameWithType: KeyVaultKeyReference.sourceVault
2018-07-25 12:21:07 +03:00
fullName: com.microsoft.azure.management.compute.KeyVaultKeyReference.sourceVault
2017-11-12 15:05:06 +03:00
package: com.microsoft.azure.management.compute
- uid: com.microsoft.azure.management.compute._key_vault_key_reference.withSourceVault*
name: withSourceVault
nameWithType: KeyVaultKeyReference.withSourceVault
2018-07-25 12:21:07 +03:00
fullName: com.microsoft.azure.management.compute.KeyVaultKeyReference.withSourceVault
2017-11-12 15:05:06 +03:00
package: com.microsoft.azure.management.compute
- uid: com.microsoft.azure.management.compute._key_vault_key_reference
parent: com.microsoft.azure.management.compute
href: com.microsoft.azure.management.compute._key_vault_key_reference.yml
name: KeyVaultKeyReference
nameWithType: KeyVaultKeyReference
fullName: com.microsoft.azure.management.compute.KeyVaultKeyReference
type: Class
summary: <p>Describes a reference to Key Vault Key. </p>
syntax: *o1