Uses of Class
com.azure.resourcemanager.apimanagement.fluent.models.BackendContractInner
Packages that use BackendContractInner
Package
Description
Package containing the service clients for ApiManagementClient.
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of BackendContractInner in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent that return BackendContractInnerModifier and TypeMethodDescriptionBackendsClient.createOrUpdate(String resourceGroupName, String serviceName, String backendId, BackendContractInner parameters) Creates or Updates a backend.WorkspaceBackendsClient.createOrUpdate(String resourceGroupName, String serviceName, String workspaceId, String backendId, BackendContractInner parameters) Creates or Updates a backend.Gets the details of the backend specified by its identifier.WorkspaceBackendsClient.get(String resourceGroupName, String serviceName, String workspaceId, String backendId) Gets the details of the backend specified by its identifier.BackendsClient.update(String resourceGroupName, String serviceName, String backendId, String ifMatch, BackendUpdateParameters parameters) Updates an existing backend.WorkspaceBackendsClient.update(String resourceGroupName, String serviceName, String workspaceId, String backendId, String ifMatch, BackendUpdateParameters parameters) Updates an existing backend.Methods in com.azure.resourcemanager.apimanagement.fluent that return types with arguments of type BackendContractInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<BackendContractInner> BackendsClient.listByService(String resourceGroupName, String serviceName) Lists a collection of backends in the specified service instance.com.azure.core.http.rest.PagedIterable<BackendContractInner> BackendsClient.listByService(String resourceGroupName, String serviceName, String filter, Integer top, Integer skip, com.azure.core.util.Context context) Lists a collection of backends in the specified service instance.com.azure.core.http.rest.PagedIterable<BackendContractInner> WorkspaceBackendsClient.listByWorkspace(String resourceGroupName, String serviceName, String workspaceId) Lists a collection of backends in the specified workspace.com.azure.core.http.rest.PagedIterable<BackendContractInner> WorkspaceBackendsClient.listByWorkspace(String resourceGroupName, String serviceName, String workspaceId, String filter, Integer top, Integer skip, com.azure.core.util.Context context) Lists a collection of backends in the specified workspace.Methods in com.azure.resourcemanager.apimanagement.fluent with parameters of type BackendContractInnerModifier and TypeMethodDescriptionBackendsClient.createOrUpdate(String resourceGroupName, String serviceName, String backendId, BackendContractInner parameters) Creates or Updates a backend.WorkspaceBackendsClient.createOrUpdate(String resourceGroupName, String serviceName, String workspaceId, String backendId, BackendContractInner parameters) Creates or Updates a backend.BackendsClient.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String backendId, BackendContractInner parameters, String ifMatch, com.azure.core.util.Context context) Creates or Updates a backend.WorkspaceBackendsClient.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String workspaceId, String backendId, BackendContractInner parameters, String ifMatch, com.azure.core.util.Context context) Creates or Updates a backend. -
Uses of BackendContractInner in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return BackendContractInnerModifier and TypeMethodDescriptionstatic BackendContractInnerBackendContractInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of BackendContractInner from the JsonReader.BackendContractInner.withCircuitBreaker(BackendCircuitBreaker circuitBreaker) Set the circuitBreaker property: Backend Circuit Breaker Configuration.BackendContractInner.withCredentials(BackendCredentialsContract credentials) Set the credentials property: Backend Credentials Contract Properties.BackendContractInner.withDescription(String description) Set the description property: Backend Description.BackendContractInner.withPool(BackendBaseParametersPool pool) Set the pool property: The pool property.BackendContractInner.withProperties(BackendProperties properties) Set the properties property: Backend Properties contract.BackendContractInner.withProtocol(BackendProtocol protocol) Set the protocol property: Backend communication protocol.BackendContractInner.withProxy(BackendProxyContract proxy) Set the proxy property: Backend gateway Contract Properties.BackendContractInner.withResourceId(String resourceId) Set the resourceId property: Management Uri of the Resource in External System.Set the title property: Backend Title.BackendContractInner.withTls(BackendTlsProperties tls) Set the tls property: Backend TLS Properties.BackendContractInner.withTypePropertiesType(BackendType type) Set the type property: Type of the backend.Set the url property: Runtime Url of the Backend. -
Uses of BackendContractInner in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return BackendContractInnerModifier and TypeMethodDescriptionBackendsCreateOrUpdateResponse.getValue()Gets the deserialized response body.BackendsGetResponse.getValue()Gets the deserialized response body.BackendsUpdateResponse.getValue()Gets the deserialized response body.WorkspaceBackendsCreateOrUpdateResponse.getValue()Gets the deserialized response body.WorkspaceBackendsGetResponse.getValue()Gets the deserialized response body.WorkspaceBackendsUpdateResponse.getValue()Gets the deserialized response body.BackendContract.innerModel()Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.BackendContractInner object.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type BackendContractInnerModifier and TypeMethodDescriptionBackendCollection.value()Get the value property: Backend values.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type BackendContractInnerModifier and TypeMethodDescriptionWorkspaceBackends.createOrUpdate(String resourceGroupName, String serviceName, String workspaceId, String backendId, BackendContractInner parameters) Creates or Updates a backend.com.azure.core.http.rest.Response<BackendContract> WorkspaceBackends.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String workspaceId, String backendId, BackendContractInner parameters, String ifMatch, com.azure.core.util.Context context) Creates or Updates a backend.Method parameters in com.azure.resourcemanager.apimanagement.models with type arguments of type BackendContractInnerModifier and TypeMethodDescriptionBackendCollection.withValue(List<BackendContractInner> value) Set the value property: Backend values.Constructors in com.azure.resourcemanager.apimanagement.models with parameters of type BackendContractInnerModifierConstructorDescriptionBackendsCreateOrUpdateResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, BackendContractInner value, BackendsCreateOrUpdateHeaders headers) Creates an instance of BackendsCreateOrUpdateResponse.BackendsGetResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, BackendContractInner value, BackendsGetHeaders headers) Creates an instance of BackendsGetResponse.BackendsUpdateResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, BackendContractInner value, BackendsUpdateHeaders headers) Creates an instance of BackendsUpdateResponse.WorkspaceBackendsCreateOrUpdateResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, BackendContractInner value, WorkspaceBackendsCreateOrUpdateHeaders headers) Creates an instance of WorkspaceBackendsCreateOrUpdateResponse.WorkspaceBackendsGetResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, BackendContractInner value, WorkspaceBackendsGetHeaders headers) Creates an instance of WorkspaceBackendsGetResponse.WorkspaceBackendsUpdateResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, BackendContractInner value, WorkspaceBackendsUpdateHeaders headers) Creates an instance of WorkspaceBackendsUpdateResponse.