Uses of Class
com.azure.resourcemanager.apimanagement.models.BackendProxyContract
Packages that use BackendProxyContract
Package
Description
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of BackendProxyContract in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return BackendProxyContractModifier and TypeMethodDescriptionBackendContractInner.proxy()Get the proxy property: Backend gateway Contract Properties.Methods in com.azure.resourcemanager.apimanagement.fluent.models with parameters of type BackendProxyContractModifier and TypeMethodDescriptionBackendContractInner.withProxy(BackendProxyContract proxy) Set the proxy property: Backend gateway Contract Properties.BackendContractProperties.withProxy(BackendProxyContract proxy) Set the proxy property: Backend gateway Contract Properties.BackendUpdateParameterProperties.withProxy(BackendProxyContract proxy) Set the proxy property: Backend gateway Contract Properties. -
Uses of BackendProxyContract in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return BackendProxyContractModifier and TypeMethodDescriptionstatic BackendProxyContractBackendProxyContract.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of BackendProxyContract from the JsonReader.BackendBaseParameters.proxy()Get the proxy property: Backend gateway Contract Properties.BackendContract.proxy()Gets the proxy property: Backend gateway Contract Properties.BackendUpdateParameters.proxy()Get the proxy property: Backend gateway Contract Properties.BackendProxyContract.withPassword(String password) Set the password property: Password to connect to the WebProxy Server.Set the url property: WebProxy Server AbsoluteUri property which includes the entire URI stored in the Uri instance, including all fragments and query strings.BackendProxyContract.withUsername(String username) Set the username property: Username to connect to the WebProxy server.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type BackendProxyContractModifier and TypeMethodDescriptionBackendBaseParameters.withProxy(BackendProxyContract proxy) Set the proxy property: Backend gateway Contract Properties.BackendContract.DefinitionStages.WithProxy.withProxy(BackendProxyContract proxy) Specifies the proxy property: Backend gateway Contract Properties.BackendContract.UpdateStages.WithProxy.withProxy(BackendProxyContract proxy) Specifies the proxy property: Backend gateway Contract Properties.BackendUpdateParameters.withProxy(BackendProxyContract proxy) Set the proxy property: Backend gateway Contract Properties.