Uses of Class
com.azure.resourcemanager.apimanagement.models.BackendCredentialsContract
Packages that use BackendCredentialsContract
Package
Description
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of BackendCredentialsContract in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return BackendCredentialsContractModifier and TypeMethodDescriptionBackendContractInner.credentials()Get the credentials property: Backend Credentials Contract Properties.Methods in com.azure.resourcemanager.apimanagement.fluent.models with parameters of type BackendCredentialsContractModifier and TypeMethodDescriptionBackendContractInner.withCredentials(BackendCredentialsContract credentials) Set the credentials property: Backend Credentials Contract Properties.BackendContractProperties.withCredentials(BackendCredentialsContract credentials) Set the credentials property: Backend Credentials Contract Properties.BackendUpdateParameterProperties.withCredentials(BackendCredentialsContract credentials) Set the credentials property: Backend Credentials Contract Properties. -
Uses of BackendCredentialsContract in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return BackendCredentialsContractModifier and TypeMethodDescriptionBackendBaseParameters.credentials()Get the credentials property: Backend Credentials Contract Properties.BackendContract.credentials()Gets the credentials property: Backend Credentials Contract Properties.BackendUpdateParameters.credentials()Get the credentials property: Backend Credentials Contract Properties.static BackendCredentialsContractBackendCredentialsContract.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of BackendCredentialsContract from the JsonReader.BackendCredentialsContract.withAuthorization(BackendAuthorizationHeaderCredentials authorization) Set the authorization property: Authorization header authentication.BackendCredentialsContract.withCertificate(List<String> certificate) Set the certificate property: List of Client Certificate Thumbprints.BackendCredentialsContract.withCertificateIds(List<String> certificateIds) Set the certificateIds property: List of Client Certificate Ids.BackendCredentialsContract.withHeaderProperty(Map<String, List<String>> headerProperty) Set the headerProperty property: Header Parameter description.Set the query property: Query Parameter description.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type BackendCredentialsContractModifier and TypeMethodDescriptionBackendBaseParameters.withCredentials(BackendCredentialsContract credentials) Set the credentials property: Backend Credentials Contract Properties.BackendContract.DefinitionStages.WithCredentials.withCredentials(BackendCredentialsContract credentials) Specifies the credentials property: Backend Credentials Contract Properties.BackendContract.UpdateStages.WithCredentials.withCredentials(BackendCredentialsContract credentials) Specifies the credentials property: Backend Credentials Contract Properties.BackendUpdateParameters.withCredentials(BackendCredentialsContract credentials) Set the credentials property: Backend Credentials Contract Properties.