Uses of Class
com.azure.resourcemanager.apimanagement.models.KeyVaultContractCreateProperties
Packages that use KeyVaultContractCreateProperties
Package
Description
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of KeyVaultContractCreateProperties in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return KeyVaultContractCreatePropertiesModifier and TypeMethodDescriptionCertificateCreateOrUpdateProperties.keyVault()Get the keyVault property: KeyVault location details of the certificate.NamedValueCreateContractProperties.keyVault()Get the keyVault property: KeyVault location details of the namedValue.NamedValueUpdateParameterProperties.keyVault()Get the keyVault property: KeyVault location details of the namedValue.Methods in com.azure.resourcemanager.apimanagement.fluent.models with parameters of type KeyVaultContractCreatePropertiesModifier and TypeMethodDescriptionCertificateCreateOrUpdateProperties.withKeyVault(KeyVaultContractCreateProperties keyVault) Set the keyVault property: KeyVault location details of the certificate.NamedValueCreateContractProperties.withKeyVault(KeyVaultContractCreateProperties keyVault) Set the keyVault property: KeyVault location details of the namedValue.NamedValueUpdateParameterProperties.withKeyVault(KeyVaultContractCreateProperties keyVault) Set the keyVault property: KeyVault location details of the namedValue. -
Uses of KeyVaultContractCreateProperties in com.azure.resourcemanager.apimanagement.models
Modifier and TypeClassDescriptionfinal classKeyVault contract details.Methods in com.azure.resourcemanager.apimanagement.models that return KeyVaultContractCreatePropertiesModifier and TypeMethodDescriptionKeyVaultContractCreateProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of KeyVaultContractCreateProperties from the JsonReader.CertificateCreateOrUpdateParameters.keyVault()Get the keyVault property: KeyVault location details of the certificate.NamedValueCreateContract.keyVault()Get the keyVault property: KeyVault location details of the namedValue.NamedValueUpdateParameters.keyVault()Get the keyVault property: KeyVault location details of the namedValue.KeyVaultContractCreateProperties.withIdentityClientId(String identityClientId) Set the identityClientId property: Null for SystemAssignedIdentity or Client Id for UserAssignedIdentity , which will be used to access key vault secret.KeyVaultContractCreateProperties.withSecretIdentifier(String secretIdentifier) Set the secretIdentifier property: Key vault secret identifier for fetching secret.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type KeyVaultContractCreatePropertiesModifier and TypeMethodDescriptionCertificateContract.DefinitionStages.WithKeyVault.withKeyVault(KeyVaultContractCreateProperties keyVault) Specifies the keyVault property: KeyVault location details of the certificate..CertificateContract.UpdateStages.WithKeyVault.withKeyVault(KeyVaultContractCreateProperties keyVault) Specifies the keyVault property: KeyVault location details of the certificate..CertificateCreateOrUpdateParameters.withKeyVault(KeyVaultContractCreateProperties keyVault) Set the keyVault property: KeyVault location details of the certificate.NamedValueContract.DefinitionStages.WithKeyVault.withKeyVault(KeyVaultContractCreateProperties keyVault) Specifies the keyVault property: KeyVault location details of the namedValue..NamedValueContract.UpdateStages.WithKeyVault.withKeyVault(KeyVaultContractCreateProperties keyVault) Specifies the keyVault property: KeyVault location details of the namedValue..NamedValueCreateContract.withKeyVault(KeyVaultContractCreateProperties keyVault) Set the keyVault property: KeyVault location details of the namedValue.NamedValueUpdateParameters.withKeyVault(KeyVaultContractCreateProperties keyVault) Set the keyVault property: KeyVault location details of the namedValue.