Interface BackendContract.DefinitionStages.WithCreate
- All Superinterfaces:
BackendContract.DefinitionStages.WithCircuitBreaker,BackendContract.DefinitionStages.WithCredentials,BackendContract.DefinitionStages.WithDescription,BackendContract.DefinitionStages.WithIfMatch,BackendContract.DefinitionStages.WithPool,BackendContract.DefinitionStages.WithProperties,BackendContract.DefinitionStages.WithProtocol,BackendContract.DefinitionStages.WithProxy,BackendContract.DefinitionStages.WithResourceId,BackendContract.DefinitionStages.WithTitle,BackendContract.DefinitionStages.WithTls,BackendContract.DefinitionStages.WithTypePropertiesType,BackendContract.DefinitionStages.WithUrl
- All Known Subinterfaces:
BackendContract.Definition
- Enclosing interface:
BackendContract.DefinitionStages
public static interface BackendContract.DefinitionStages.WithCreate
extends BackendContract.DefinitionStages.WithUrl, BackendContract.DefinitionStages.WithProtocol, BackendContract.DefinitionStages.WithTitle, BackendContract.DefinitionStages.WithDescription, BackendContract.DefinitionStages.WithResourceId, BackendContract.DefinitionStages.WithProperties, BackendContract.DefinitionStages.WithCredentials, BackendContract.DefinitionStages.WithProxy, BackendContract.DefinitionStages.WithTls, BackendContract.DefinitionStages.WithCircuitBreaker, BackendContract.DefinitionStages.WithPool, BackendContract.DefinitionStages.WithTypePropertiesType, BackendContract.DefinitionStages.WithIfMatch
The stage of the BackendContract definition which contains all the minimum required properties for the
resource to be created, but also allows for any other optional properties to be specified.
-
Method Summary
Methods inherited from interface com.azure.resourcemanager.apimanagement.models.BackendContract.DefinitionStages.WithCircuitBreaker
withCircuitBreakerMethods inherited from interface com.azure.resourcemanager.apimanagement.models.BackendContract.DefinitionStages.WithCredentials
withCredentialsMethods inherited from interface com.azure.resourcemanager.apimanagement.models.BackendContract.DefinitionStages.WithDescription
withDescriptionMethods inherited from interface com.azure.resourcemanager.apimanagement.models.BackendContract.DefinitionStages.WithIfMatch
withIfMatchMethods inherited from interface com.azure.resourcemanager.apimanagement.models.BackendContract.DefinitionStages.WithPool
withPoolMethods inherited from interface com.azure.resourcemanager.apimanagement.models.BackendContract.DefinitionStages.WithProperties
withPropertiesMethods inherited from interface com.azure.resourcemanager.apimanagement.models.BackendContract.DefinitionStages.WithProtocol
withProtocolMethods inherited from interface com.azure.resourcemanager.apimanagement.models.BackendContract.DefinitionStages.WithProxy
withProxyMethods inherited from interface com.azure.resourcemanager.apimanagement.models.BackendContract.DefinitionStages.WithResourceId
withResourceIdMethods inherited from interface com.azure.resourcemanager.apimanagement.models.BackendContract.DefinitionStages.WithTitle
withTitleMethods inherited from interface com.azure.resourcemanager.apimanagement.models.BackendContract.DefinitionStages.WithTls
withTlsMethods inherited from interface com.azure.resourcemanager.apimanagement.models.BackendContract.DefinitionStages.WithTypePropertiesType
withTypePropertiesTypeMethods inherited from interface com.azure.resourcemanager.apimanagement.models.BackendContract.DefinitionStages.WithUrl
withUrl
-
Method Details
-
create
BackendContract create()Executes the create request.- Returns:
- the created resource.
-
create
Executes the create request.- Parameters:
context- The context to associate with this operation.- Returns:
- the created resource.
-