azure-docs-sdk-java/archive/docs-ref-autogen/com.microsoft.azure.keyvaul...

62 строки
3.1 KiB
YAML
Исходник Постоянная ссылка Обычный вид История

2020-12-04 07:30:31 +03:00
### YamlMime:JavaType
inheritances:
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
methods:
- fullName: com.microsoft.azure.keyvault.requests.UpdateSecretRequest.contentType()
name: contentType()
nameWithType: UpdateSecretRequest.contentType()
returns:
description: <p>the contentType </p>
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
syntax: public String contentType()
uid: com.microsoft.azure.keyvault.requests.UpdateSecretRequest.contentType()
- fullName: com.microsoft.azure.keyvault.requests.UpdateSecretRequest.secretAttributes()
name: secretAttributes()
nameWithType: UpdateSecretRequest.secretAttributes()
returns:
description: <p>the secretAttributes </p>
type: <xref href="com.microsoft.azure.keyvault.models.SecretAttributes?alt=com.microsoft.azure.keyvault.models.SecretAttributes&text=SecretAttributes" data-throw-if-not-resolved="False"/>
syntax: public SecretAttributes secretAttributes()
uid: com.microsoft.azure.keyvault.requests.UpdateSecretRequest.secretAttributes()
- fullName: com.microsoft.azure.keyvault.requests.UpdateSecretRequest.secretName()
name: secretName()
nameWithType: UpdateSecretRequest.secretName()
returns:
description: <p>the secretName </p>
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
syntax: public String secretName()
uid: com.microsoft.azure.keyvault.requests.UpdateSecretRequest.secretName()
- fullName: com.microsoft.azure.keyvault.requests.UpdateSecretRequest.secretVersion()
name: secretVersion()
nameWithType: UpdateSecretRequest.secretVersion()
returns:
description: <p>the secretVersion </p>
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
syntax: public String secretVersion()
uid: com.microsoft.azure.keyvault.requests.UpdateSecretRequest.secretVersion()
- fullName: com.microsoft.azure.keyvault.requests.UpdateSecretRequest.tags()
name: tags()
nameWithType: UpdateSecretRequest.tags()
returns:
description: <p>the tags </p>
type: <xref href="Map%3CString%2C+String%3E?alt=Map%3CString%2C+String%3E&text=Map%3CString%2C+String%3E" data-throw-if-not-resolved="False"/>
syntax: public Map<String, String> tags()
uid: com.microsoft.azure.keyvault.requests.UpdateSecretRequest.tags()
- fullName: com.microsoft.azure.keyvault.requests.UpdateSecretRequest.vaultBaseUrl()
name: vaultBaseUrl()
nameWithType: UpdateSecretRequest.vaultBaseUrl()
returns:
description: <p>the vaultBaseUrl </p>
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
syntax: public String vaultBaseUrl()
uid: com.microsoft.azure.keyvault.requests.UpdateSecretRequest.vaultBaseUrl()
2020-12-04 07:30:31 +03:00
nameWithType: UpdateSecretRequest
syntax: public class UpdateSecretRequest
type: class
uid: com.microsoft.azure.keyvault.requests.UpdateSecretRequest
fullName: com.microsoft.azure.keyvault.requests.UpdateSecretRequest
name: UpdateSecretRequest
package: com.microsoft.azure.keyvault.requests
summary: <p>The update secret request class. </p>
metadata: {}