Uses of Class
com.azure.resourcemanager.apimanagement.models.KeyVaultContractProperties
Packages that use KeyVaultContractProperties
Package
Description
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of KeyVaultContractProperties in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return KeyVaultContractPropertiesModifier and TypeMethodDescriptionCertificateContractInner.keyVault()Get the keyVault property: KeyVault location details of the certificate.CertificateContractProperties.keyVault()Get the keyVault property: KeyVault location details of the certificate.NamedValueContractInner.keyVault()Get the keyVault property: KeyVault location details of the namedValue.NamedValueContractProperties.keyVault()Get the keyVault property: KeyVault location details of the namedValue.Methods in com.azure.resourcemanager.apimanagement.fluent.models with parameters of type KeyVaultContractPropertiesModifier and TypeMethodDescriptionCertificateContractInner.withKeyVault(KeyVaultContractProperties keyVault) Set the keyVault property: KeyVault location details of the certificate.CertificateContractProperties.withKeyVault(KeyVaultContractProperties keyVault) Set the keyVault property: KeyVault location details of the certificate.NamedValueContractInner.withKeyVault(KeyVaultContractProperties keyVault) Set the keyVault property: KeyVault location details of the namedValue.NamedValueContractProperties.withKeyVault(KeyVaultContractProperties keyVault) Set the keyVault property: KeyVault location details of the namedValue. -
Uses of KeyVaultContractProperties in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return KeyVaultContractPropertiesModifier and TypeMethodDescriptionstatic KeyVaultContractPropertiesKeyVaultContractProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of KeyVaultContractProperties from the JsonReader.CertificateContract.keyVault()Gets the keyVault property: KeyVault location details of the certificate.NamedValueContract.keyVault()Gets the keyVault property: KeyVault location details of the namedValue.KeyVaultContractProperties.withIdentityClientId(String identityClientId) Set the identityClientId property: Null for SystemAssignedIdentity or Client Id for UserAssignedIdentity , which will be used to access key vault secret.KeyVaultContractProperties.withLastStatus(KeyVaultLastAccessStatusContractProperties lastStatus) Set the lastStatus property: Last time sync and refresh status of secret from key vault.KeyVaultContractProperties.withSecretIdentifier(String secretIdentifier) Set the secretIdentifier property: Key vault secret identifier for fetching secret.