Uses of Interface
com.azure.resourcemanager.apimanagement.models.ApiContract.DefinitionStages.WithCreate
Packages that use ApiContract.DefinitionStages.WithCreate
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of ApiContract.DefinitionStages.WithCreate in com.azure.resourcemanager.apimanagement.models
Subinterfaces of ApiContract.DefinitionStages.WithCreate in com.azure.resourcemanager.apimanagement.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of the ApiContract definition.Methods in com.azure.resourcemanager.apimanagement.models that return ApiContract.DefinitionStages.WithCreateModifier and TypeMethodDescriptionApiContract.DefinitionStages.WithApiRevision.withApiRevision(String apiRevision) Specifies the apiRevision property: Describes the revision of the API.ApiContract.DefinitionStages.WithApiRevisionDescription.withApiRevisionDescription(String apiRevisionDescription) Specifies the apiRevisionDescription property: Description of the API Revision..ApiContract.DefinitionStages.WithApiType.withApiType(ApiType apiType) Specifies the apiType property: Type of API..ApiContract.DefinitionStages.WithApiVersion.withApiVersion(String apiVersion) Specifies the apiVersion property: Indicates the version identifier of the API if the API is versioned.ApiContract.DefinitionStages.WithApiVersionDescription.withApiVersionDescription(String apiVersionDescription) Specifies the apiVersionDescription property: Description of the API Version..ApiContract.DefinitionStages.WithApiVersionSet.withApiVersionSet(ApiVersionSetContractDetails apiVersionSet) Specifies the apiVersionSet property: Version set details.ApiContract.DefinitionStages.WithApiVersionSetId.withApiVersionSetId(String apiVersionSetId) Specifies the apiVersionSetId property: A resource identifier for the related ApiVersionSet..ApiContract.DefinitionStages.WithAuthenticationSettings.withAuthenticationSettings(AuthenticationSettingsContract authenticationSettings) Specifies the authenticationSettings property: Collection of authentication settings included into this API..ApiContract.DefinitionStages.WithContact.withContact(ApiContactInformation contact) Specifies the contact property: Contact information for the API..ApiContract.DefinitionStages.WithDescription.withDescription(String description) Specifies the description property: Description of the API.ApiContract.DefinitionStages.WithDisplayName.withDisplayName(String displayName) Specifies the displayName property: API name.ApiContract.DefinitionStages.WithParentResource.withExistingService(String resourceGroupName, String serviceName) Specifies resourceGroupName, serviceName.ApiContract.DefinitionStages.WithFormat.withFormat(ContentFormat format) Specifies the format property: Format of the Content in which the API is getting imported.ApiContract.DefinitionStages.WithIfMatch.withIfMatch(String ifMatch) Specifies the ifMatch property: ETag of the Entity.ApiContract.DefinitionStages.WithIsCurrent.withIsCurrent(Boolean isCurrent) Specifies the isCurrent property: Indicates if API revision is current api revision..ApiContract.DefinitionStages.WithLicense.withLicense(ApiLicenseInformation license) Specifies the license property: License information for the API..Specifies the path property: Relative URL uniquely identifying this API and all of its resource paths within the API Management service instance.ApiContract.DefinitionStages.WithProtocols.withProtocols(List<Protocol> protocols) Specifies the protocols property: Describes on which protocols the operations in this API can be invoked..ApiContract.DefinitionStages.WithServiceUrl.withServiceUrl(String serviceUrl) Specifies the serviceUrl property: Absolute URL of the backend service implementing this API.ApiContract.DefinitionStages.WithSoapApiType.withSoapApiType(SoapApiType soapApiType) Specifies the soapApiType property: Type of API to createApiContract.DefinitionStages.WithSourceApiId.withSourceApiId(String sourceApiId) Specifies the sourceApiId property: API identifier of the source API..ApiContract.DefinitionStages.WithSubscriptionKeyParameterNames.withSubscriptionKeyParameterNames(SubscriptionKeyParameterNamesContract subscriptionKeyParameterNames) Specifies the subscriptionKeyParameterNames property: Protocols over which API is made available..ApiContract.DefinitionStages.WithSubscriptionRequired.withSubscriptionRequired(Boolean subscriptionRequired) Specifies the subscriptionRequired property: Specifies whether an API or Product subscription is required for accessing the API..ApiContract.DefinitionStages.WithTermsOfServiceUrl.withTermsOfServiceUrl(String termsOfServiceUrl) Specifies the termsOfServiceUrl property: A URL to the Terms of Service for the API.ApiContract.DefinitionStages.WithTranslateRequiredQueryParametersConduct.withTranslateRequiredQueryParametersConduct(TranslateRequiredQueryParametersConduct translateRequiredQueryParametersConduct) Specifies the translateRequiredQueryParametersConduct property: Strategy of translating required query parameters to template ones.Specifies the value property: Content value when Importing an API..ApiContract.DefinitionStages.WithWsdlSelector.withWsdlSelector(ApiCreateOrUpdatePropertiesWsdlSelector wsdlSelector) Specifies the wsdlSelector property: Criteria to limit import of WSDL to a subset of the document..