azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

550 строки
45 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter"
name: "ApiCreateOrUpdateParameter"
nameWithType: "ApiCreateOrUpdateParameter"
summary: "API Create or Update Parameters."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **ApiCreateOrUpdateParameter**"
constructors:
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter.ApiCreateOrUpdateParameter()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter.ApiCreateOrUpdateParameter()"
name: "ApiCreateOrUpdateParameter()"
nameWithType: "ApiCreateOrUpdateParameter.ApiCreateOrUpdateParameter()"
syntax: "public ApiCreateOrUpdateParameter()"
methods:
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter.apiRevision()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter.apiRevision()"
name: "apiRevision()"
nameWithType: "ApiCreateOrUpdateParameter.apiRevision()"
summary: "Get describes the Revision of the Api."
syntax: "public String apiRevision()"
desc: "Get describes the Revision of the Api. If no value is provided, default revision 1 is created."
returns:
description: "the apiRevision value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter.apiRevisionDescription()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter.apiRevisionDescription()"
name: "apiRevisionDescription()"
nameWithType: "ApiCreateOrUpdateParameter.apiRevisionDescription()"
summary: "Get description of the Api Revision."
syntax: "public String apiRevisionDescription()"
desc: "Get description of the Api Revision."
returns:
description: "the apiRevisionDescription value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter.apiType()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter.apiType()"
name: "apiType()"
nameWithType: "ApiCreateOrUpdateParameter.apiType()"
summary: "Get type of API."
syntax: "public ApiType apiType()"
desc: "Get type of API. Possible values include: 'http', 'soap'."
returns:
description: "the apiType value"
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.ApiType?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.ApiType&text=ApiType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter.apiVersion()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter.apiVersion()"
name: "apiVersion()"
nameWithType: "ApiCreateOrUpdateParameter.apiVersion()"
summary: "Get indicates the Version identifier of the API if the API is versioned."
syntax: "public String apiVersion()"
desc: "Get indicates the Version identifier of the API if the API is versioned."
returns:
description: "the apiVersion value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter.apiVersionDescription()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter.apiVersionDescription()"
name: "apiVersionDescription()"
nameWithType: "ApiCreateOrUpdateParameter.apiVersionDescription()"
summary: "Get description of the Api Version."
syntax: "public String apiVersionDescription()"
desc: "Get description of the Api Version."
returns:
description: "the apiVersionDescription value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter.apiVersionSet()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter.apiVersionSet()"
name: "apiVersionSet()"
nameWithType: "ApiCreateOrUpdateParameter.apiVersionSet()"
summary: "Get version set details."
syntax: "public ApiVersionSetContractDetails apiVersionSet()"
desc: "Get version set details."
returns:
description: "the apiVersionSet value"
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.ApiVersionSetContractDetails?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.ApiVersionSetContractDetails&text=ApiVersionSetContractDetails\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter.apiVersionSetId()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter.apiVersionSetId()"
name: "apiVersionSetId()"
nameWithType: "ApiCreateOrUpdateParameter.apiVersionSetId()"
summary: "Get a resource identifier for the related Api<wbr>Version<wbr>Set."
syntax: "public String apiVersionSetId()"
desc: "Get a resource identifier for the related ApiVersionSet."
returns:
description: "the apiVersionSetId value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter.authenticationSettings()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter.authenticationSettings()"
name: "authenticationSettings()"
nameWithType: "ApiCreateOrUpdateParameter.authenticationSettings()"
summary: "Get collection of authentication settings included into this API."
syntax: "public AuthenticationSettingsContract authenticationSettings()"
desc: "Get collection of authentication settings included into this API."
returns:
description: "the authenticationSettings value"
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.AuthenticationSettingsContract?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.AuthenticationSettingsContract&text=AuthenticationSettingsContract\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter.description()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter.description()"
name: "description()"
nameWithType: "ApiCreateOrUpdateParameter.description()"
summary: "Get description of the API."
syntax: "public String description()"
desc: "Get description of the API. May include HTML formatting tags."
returns:
description: "the description value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter.displayName()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter.displayName()"
name: "displayName()"
nameWithType: "ApiCreateOrUpdateParameter.displayName()"
summary: "Get aPI name."
syntax: "public String displayName()"
desc: "Get aPI name. Must be 1 to 300 characters long."
returns:
description: "the displayName value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter.format()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter.format()"
name: "format()"
nameWithType: "ApiCreateOrUpdateParameter.format()"
summary: "Get format of the Content in which the API is getting imported."
syntax: "public ContentFormat format()"
desc: "Get format of the Content in which the API is getting imported. Possible values include: 'wadl-xml', 'wadl-link-json', 'swagger-json', 'swagger-link-json', 'wsdl', 'wsdl-link', 'openapi', 'openapi+json', 'openapi-link'."
returns:
description: "the format value"
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.ContentFormat?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.ContentFormat&text=ContentFormat\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter.isCurrent()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter.isCurrent()"
name: "isCurrent()"
nameWithType: "ApiCreateOrUpdateParameter.isCurrent()"
summary: "Get indicates if API revision is current api revision."
syntax: "public Boolean isCurrent()"
desc: "Get indicates if API revision is current api revision."
returns:
description: "the isCurrent value"
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter.isOnline()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter.isOnline()"
name: "isOnline()"
nameWithType: "ApiCreateOrUpdateParameter.isOnline()"
summary: "Get indicates if API revision is accessible via the gateway."
syntax: "public Boolean isOnline()"
desc: "Get indicates if API revision is accessible via the gateway."
returns:
description: "the isOnline value"
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter.path()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter.path()"
name: "path()"
nameWithType: "ApiCreateOrUpdateParameter.path()"
summary: "Get relative URL uniquely identifying this API and all of its resource paths within the API Management service instance."
syntax: "public String path()"
desc: "Get relative URL uniquely identifying this API and all of its resource paths within the API Management service instance. It is appended to the API endpoint base URL specified during the service instance creation to form a public URL for this API."
returns:
description: "the path value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter.protocols()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter.protocols()"
name: "protocols()"
nameWithType: "ApiCreateOrUpdateParameter.protocols()"
summary: "Get describes on which protocols the operations in this API can be invoked."
syntax: "public List<Protocol> protocols()"
desc: "Get describes on which protocols the operations in this API can be invoked."
returns:
description: "the protocols value"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.Protocol?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.Protocol&text=Protocol\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter.serviceUrl()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter.serviceUrl()"
name: "serviceUrl()"
nameWithType: "ApiCreateOrUpdateParameter.serviceUrl()"
summary: "Get absolute URL of the backend service implementing this API."
syntax: "public String serviceUrl()"
desc: "Get absolute URL of the backend service implementing this API. Cannot be more than 2000 characters long."
returns:
description: "the serviceUrl value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter.soapApiType()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter.soapApiType()"
name: "soapApiType()"
nameWithType: "ApiCreateOrUpdateParameter.soapApiType()"
summary: "Get type of Api to create."
syntax: "public SoapApiType soapApiType()"
desc: "Get type of Api to create. \\`http\\` creates a SOAP to REST API \\`soap\\` creates a SOAP pass-through API. Possible values include: 'SoapToRest', 'SoapPassThrough'."
returns:
description: "the soapApiType value"
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.SoapApiType?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.SoapApiType&text=SoapApiType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter.sourceApiId()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter.sourceApiId()"
name: "sourceApiId()"
nameWithType: "ApiCreateOrUpdateParameter.sourceApiId()"
summary: "Get aPI identifier of the source API."
syntax: "public String sourceApiId()"
desc: "Get aPI identifier of the source API."
returns:
description: "the sourceApiId value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter.subscriptionKeyParameterNames()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter.subscriptionKeyParameterNames()"
name: "subscriptionKeyParameterNames()"
nameWithType: "ApiCreateOrUpdateParameter.subscriptionKeyParameterNames()"
summary: "Get protocols over which API is made available."
syntax: "public SubscriptionKeyParameterNamesContract subscriptionKeyParameterNames()"
desc: "Get protocols over which API is made available."
returns:
description: "the subscriptionKeyParameterNames value"
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.SubscriptionKeyParameterNamesContract?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.SubscriptionKeyParameterNamesContract&text=SubscriptionKeyParameterNamesContract\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter.subscriptionRequired()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter.subscriptionRequired()"
name: "subscriptionRequired()"
nameWithType: "ApiCreateOrUpdateParameter.subscriptionRequired()"
summary: "Get specifies whether an API or Product subscription is required for accessing the API."
syntax: "public Boolean subscriptionRequired()"
desc: "Get specifies whether an API or Product subscription is required for accessing the API."
returns:
description: "the subscriptionRequired value"
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter.value()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter.value()"
name: "value()"
nameWithType: "ApiCreateOrUpdateParameter.value()"
summary: "Get content value when Importing an API."
syntax: "public String value()"
desc: "Get content value when Importing an API."
returns:
description: "the value value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter.withApiRevision(java.lang.String)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter.withApiRevision(String apiRevision)"
name: "withApiRevision(String apiRevision)"
nameWithType: "ApiCreateOrUpdateParameter.withApiRevision(String apiRevision)"
summary: "Set describes the Revision of the Api."
parameters:
- description: "the apiRevision value to set"
name: "apiRevision"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ApiCreateOrUpdateParameter withApiRevision(String apiRevision)"
desc: "Set describes the Revision of the Api. If no value is provided, default revision 1 is created."
returns:
description: "the ApiCreateOrUpdateParameter object itself."
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter&text=ApiCreateOrUpdateParameter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter.withApiRevisionDescription(java.lang.String)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter.withApiRevisionDescription(String apiRevisionDescription)"
name: "withApiRevisionDescription(String apiRevisionDescription)"
nameWithType: "ApiCreateOrUpdateParameter.withApiRevisionDescription(String apiRevisionDescription)"
summary: "Set description of the Api Revision."
parameters:
- description: "the apiRevisionDescription value to set"
name: "apiRevisionDescription"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ApiCreateOrUpdateParameter withApiRevisionDescription(String apiRevisionDescription)"
desc: "Set description of the Api Revision."
returns:
description: "the ApiCreateOrUpdateParameter object itself."
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter&text=ApiCreateOrUpdateParameter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter.withApiType(com.microsoft.azure.management.apimanagement.v2019_01_01.ApiType)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter.withApiType(ApiType apiType)"
name: "withApiType(ApiType apiType)"
nameWithType: "ApiCreateOrUpdateParameter.withApiType(ApiType apiType)"
summary: "Set type of API."
parameters:
- description: "the apiType value to set"
name: "apiType"
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.ApiType?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.ApiType&text=ApiType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ApiCreateOrUpdateParameter withApiType(ApiType apiType)"
desc: "Set type of API. Possible values include: 'http', 'soap'."
returns:
description: "the ApiCreateOrUpdateParameter object itself."
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter&text=ApiCreateOrUpdateParameter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter.withApiVersion(java.lang.String)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter.withApiVersion(String apiVersion)"
name: "withApiVersion(String apiVersion)"
nameWithType: "ApiCreateOrUpdateParameter.withApiVersion(String apiVersion)"
summary: "Set indicates the Version identifier of the API if the API is versioned."
parameters:
- description: "the apiVersion value to set"
name: "apiVersion"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ApiCreateOrUpdateParameter withApiVersion(String apiVersion)"
desc: "Set indicates the Version identifier of the API if the API is versioned."
returns:
description: "the ApiCreateOrUpdateParameter object itself."
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter&text=ApiCreateOrUpdateParameter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter.withApiVersionDescription(java.lang.String)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter.withApiVersionDescription(String apiVersionDescription)"
name: "withApiVersionDescription(String apiVersionDescription)"
nameWithType: "ApiCreateOrUpdateParameter.withApiVersionDescription(String apiVersionDescription)"
summary: "Set description of the Api Version."
parameters:
- description: "the apiVersionDescription value to set"
name: "apiVersionDescription"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ApiCreateOrUpdateParameter withApiVersionDescription(String apiVersionDescription)"
desc: "Set description of the Api Version."
returns:
description: "the ApiCreateOrUpdateParameter object itself."
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter&text=ApiCreateOrUpdateParameter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter.withApiVersionSet(com.microsoft.azure.management.apimanagement.v2019_01_01.ApiVersionSetContractDetails)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter.withApiVersionSet(ApiVersionSetContractDetails apiVersionSet)"
name: "withApiVersionSet(ApiVersionSetContractDetails apiVersionSet)"
nameWithType: "ApiCreateOrUpdateParameter.withApiVersionSet(ApiVersionSetContractDetails apiVersionSet)"
summary: "Set version set details."
parameters:
- description: "the apiVersionSet value to set"
name: "apiVersionSet"
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.ApiVersionSetContractDetails?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.ApiVersionSetContractDetails&text=ApiVersionSetContractDetails\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ApiCreateOrUpdateParameter withApiVersionSet(ApiVersionSetContractDetails apiVersionSet)"
desc: "Set version set details."
returns:
description: "the ApiCreateOrUpdateParameter object itself."
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter&text=ApiCreateOrUpdateParameter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter.withApiVersionSetId(java.lang.String)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter.withApiVersionSetId(String apiVersionSetId)"
name: "withApiVersionSetId(String apiVersionSetId)"
nameWithType: "ApiCreateOrUpdateParameter.withApiVersionSetId(String apiVersionSetId)"
summary: "Set a resource identifier for the related Api<wbr>Version<wbr>Set."
parameters:
- description: "the apiVersionSetId value to set"
name: "apiVersionSetId"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ApiCreateOrUpdateParameter withApiVersionSetId(String apiVersionSetId)"
desc: "Set a resource identifier for the related ApiVersionSet."
returns:
description: "the ApiCreateOrUpdateParameter object itself."
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter&text=ApiCreateOrUpdateParameter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter.withAuthenticationSettings(com.microsoft.azure.management.apimanagement.v2019_01_01.AuthenticationSettingsContract)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter.withAuthenticationSettings(AuthenticationSettingsContract authenticationSettings)"
name: "withAuthenticationSettings(AuthenticationSettingsContract authenticationSettings)"
nameWithType: "ApiCreateOrUpdateParameter.withAuthenticationSettings(AuthenticationSettingsContract authenticationSettings)"
summary: "Set collection of authentication settings included into this API."
parameters:
- description: "the authenticationSettings value to set"
name: "authenticationSettings"
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.AuthenticationSettingsContract?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.AuthenticationSettingsContract&text=AuthenticationSettingsContract\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ApiCreateOrUpdateParameter withAuthenticationSettings(AuthenticationSettingsContract authenticationSettings)"
desc: "Set collection of authentication settings included into this API."
returns:
description: "the ApiCreateOrUpdateParameter object itself."
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter&text=ApiCreateOrUpdateParameter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter.withDescription(java.lang.String)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter.withDescription(String description)"
name: "withDescription(String description)"
nameWithType: "ApiCreateOrUpdateParameter.withDescription(String description)"
summary: "Set description of the API."
parameters:
- description: "the description value to set"
name: "description"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ApiCreateOrUpdateParameter withDescription(String description)"
desc: "Set description of the API. May include HTML formatting tags."
returns:
description: "the ApiCreateOrUpdateParameter object itself."
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter&text=ApiCreateOrUpdateParameter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter.withDisplayName(java.lang.String)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter.withDisplayName(String displayName)"
name: "withDisplayName(String displayName)"
nameWithType: "ApiCreateOrUpdateParameter.withDisplayName(String displayName)"
summary: "Set aPI name."
parameters:
- description: "the displayName value to set"
name: "displayName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ApiCreateOrUpdateParameter withDisplayName(String displayName)"
desc: "Set aPI name. Must be 1 to 300 characters long."
returns:
description: "the ApiCreateOrUpdateParameter object itself."
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter&text=ApiCreateOrUpdateParameter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter.withFormat(com.microsoft.azure.management.apimanagement.v2019_01_01.ContentFormat)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter.withFormat(ContentFormat format)"
name: "withFormat(ContentFormat format)"
nameWithType: "ApiCreateOrUpdateParameter.withFormat(ContentFormat format)"
summary: "Set format of the Content in which the API is getting imported."
parameters:
- description: "the format value to set"
name: "format"
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.ContentFormat?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.ContentFormat&text=ContentFormat\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ApiCreateOrUpdateParameter withFormat(ContentFormat format)"
desc: "Set format of the Content in which the API is getting imported. Possible values include: 'wadl-xml', 'wadl-link-json', 'swagger-json', 'swagger-link-json', 'wsdl', 'wsdl-link', 'openapi', 'openapi+json', 'openapi-link'."
returns:
description: "the ApiCreateOrUpdateParameter object itself."
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter&text=ApiCreateOrUpdateParameter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter.withIsCurrent(java.lang.Boolean)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter.withIsCurrent(Boolean isCurrent)"
name: "withIsCurrent(Boolean isCurrent)"
nameWithType: "ApiCreateOrUpdateParameter.withIsCurrent(Boolean isCurrent)"
summary: "Set indicates if API revision is current api revision."
parameters:
- description: "the isCurrent value to set"
name: "isCurrent"
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ApiCreateOrUpdateParameter withIsCurrent(Boolean isCurrent)"
desc: "Set indicates if API revision is current api revision."
returns:
description: "the ApiCreateOrUpdateParameter object itself."
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter&text=ApiCreateOrUpdateParameter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter.withPath(java.lang.String)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter.withPath(String path)"
name: "withPath(String path)"
nameWithType: "ApiCreateOrUpdateParameter.withPath(String path)"
summary: "Set relative URL uniquely identifying this API and all of its resource paths within the API Management service instance."
parameters:
- description: "the path value to set"
name: "path"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ApiCreateOrUpdateParameter withPath(String path)"
desc: "Set relative URL uniquely identifying this API and all of its resource paths within the API Management service instance. It is appended to the API endpoint base URL specified during the service instance creation to form a public URL for this API."
returns:
description: "the ApiCreateOrUpdateParameter object itself."
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter&text=ApiCreateOrUpdateParameter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter.withProtocols(java.util.List<com.microsoft.azure.management.apimanagement.v2019_01_01.Protocol>)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter.withProtocols(List<Protocol> protocols)"
name: "withProtocols(List<Protocol> protocols)"
nameWithType: "ApiCreateOrUpdateParameter.withProtocols(List<Protocol> protocols)"
summary: "Set describes on which protocols the operations in this API can be invoked."
parameters:
- description: "the protocols value to set"
name: "protocols"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.Protocol?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.Protocol&text=Protocol\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public ApiCreateOrUpdateParameter withProtocols(List<Protocol> protocols)"
desc: "Set describes on which protocols the operations in this API can be invoked."
returns:
description: "the ApiCreateOrUpdateParameter object itself."
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter&text=ApiCreateOrUpdateParameter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter.withServiceUrl(java.lang.String)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter.withServiceUrl(String serviceUrl)"
name: "withServiceUrl(String serviceUrl)"
nameWithType: "ApiCreateOrUpdateParameter.withServiceUrl(String serviceUrl)"
summary: "Set absolute URL of the backend service implementing this API."
parameters:
- description: "the serviceUrl value to set"
name: "serviceUrl"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ApiCreateOrUpdateParameter withServiceUrl(String serviceUrl)"
desc: "Set absolute URL of the backend service implementing this API. Cannot be more than 2000 characters long."
returns:
description: "the ApiCreateOrUpdateParameter object itself."
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter&text=ApiCreateOrUpdateParameter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter.withSoapApiType(com.microsoft.azure.management.apimanagement.v2019_01_01.SoapApiType)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter.withSoapApiType(SoapApiType soapApiType)"
name: "withSoapApiType(SoapApiType soapApiType)"
nameWithType: "ApiCreateOrUpdateParameter.withSoapApiType(SoapApiType soapApiType)"
summary: "Set type of Api to create."
parameters:
- description: "the soapApiType value to set"
name: "soapApiType"
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.SoapApiType?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.SoapApiType&text=SoapApiType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ApiCreateOrUpdateParameter withSoapApiType(SoapApiType soapApiType)"
desc: "Set type of Api to create. \\`http\\` creates a SOAP to REST API \\`soap\\` creates a SOAP pass-through API. Possible values include: 'SoapToRest', 'SoapPassThrough'."
returns:
description: "the ApiCreateOrUpdateParameter object itself."
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter&text=ApiCreateOrUpdateParameter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter.withSourceApiId(java.lang.String)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter.withSourceApiId(String sourceApiId)"
name: "withSourceApiId(String sourceApiId)"
nameWithType: "ApiCreateOrUpdateParameter.withSourceApiId(String sourceApiId)"
summary: "Set aPI identifier of the source API."
parameters:
- description: "the sourceApiId value to set"
name: "sourceApiId"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ApiCreateOrUpdateParameter withSourceApiId(String sourceApiId)"
desc: "Set aPI identifier of the source API."
returns:
description: "the ApiCreateOrUpdateParameter object itself."
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter&text=ApiCreateOrUpdateParameter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter.withSubscriptionKeyParameterNames(com.microsoft.azure.management.apimanagement.v2019_01_01.SubscriptionKeyParameterNamesContract)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter.withSubscriptionKeyParameterNames(SubscriptionKeyParameterNamesContract subscriptionKeyParameterNames)"
name: "withSubscriptionKeyParameterNames(SubscriptionKeyParameterNamesContract subscriptionKeyParameterNames)"
nameWithType: "ApiCreateOrUpdateParameter.withSubscriptionKeyParameterNames(SubscriptionKeyParameterNamesContract subscriptionKeyParameterNames)"
summary: "Set protocols over which API is made available."
parameters:
- description: "the subscriptionKeyParameterNames value to set"
name: "subscriptionKeyParameterNames"
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.SubscriptionKeyParameterNamesContract?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.SubscriptionKeyParameterNamesContract&text=SubscriptionKeyParameterNamesContract\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ApiCreateOrUpdateParameter withSubscriptionKeyParameterNames(SubscriptionKeyParameterNamesContract subscriptionKeyParameterNames)"
desc: "Set protocols over which API is made available."
returns:
description: "the ApiCreateOrUpdateParameter object itself."
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter&text=ApiCreateOrUpdateParameter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter.withSubscriptionRequired(java.lang.Boolean)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter.withSubscriptionRequired(Boolean subscriptionRequired)"
name: "withSubscriptionRequired(Boolean subscriptionRequired)"
nameWithType: "ApiCreateOrUpdateParameter.withSubscriptionRequired(Boolean subscriptionRequired)"
summary: "Set specifies whether an API or Product subscription is required for accessing the API."
parameters:
- description: "the subscriptionRequired value to set"
name: "subscriptionRequired"
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ApiCreateOrUpdateParameter withSubscriptionRequired(Boolean subscriptionRequired)"
desc: "Set specifies whether an API or Product subscription is required for accessing the API."
returns:
description: "the ApiCreateOrUpdateParameter object itself."
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter&text=ApiCreateOrUpdateParameter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter.withValue(java.lang.String)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter.withValue(String value)"
name: "withValue(String value)"
nameWithType: "ApiCreateOrUpdateParameter.withValue(String value)"
summary: "Set content value when Importing an API."
parameters:
- description: "the value value to set"
name: "value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ApiCreateOrUpdateParameter withValue(String value)"
desc: "Set content value when Importing an API."
returns:
description: "the ApiCreateOrUpdateParameter object itself."
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter&text=ApiCreateOrUpdateParameter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter.withWsdlSelector(com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdatePropertiesWsdlSelector)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter.withWsdlSelector(ApiCreateOrUpdatePropertiesWsdlSelector wsdlSelector)"
name: "withWsdlSelector(ApiCreateOrUpdatePropertiesWsdlSelector wsdlSelector)"
nameWithType: "ApiCreateOrUpdateParameter.withWsdlSelector(ApiCreateOrUpdatePropertiesWsdlSelector wsdlSelector)"
summary: "Set criteria to limit import of WSDL to a subset of the document."
parameters:
- description: "the wsdlSelector value to set"
name: "wsdlSelector"
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdatePropertiesWsdlSelector?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdatePropertiesWsdlSelector&text=ApiCreateOrUpdatePropertiesWsdlSelector\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ApiCreateOrUpdateParameter withWsdlSelector(ApiCreateOrUpdatePropertiesWsdlSelector wsdlSelector)"
desc: "Set criteria to limit import of WSDL to a subset of the document."
returns:
description: "the ApiCreateOrUpdateParameter object itself."
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter&text=ApiCreateOrUpdateParameter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter.wsdlSelector()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdateParameter.wsdlSelector()"
name: "wsdlSelector()"
nameWithType: "ApiCreateOrUpdateParameter.wsdlSelector()"
summary: "Get criteria to limit import of WSDL to a subset of the document."
syntax: "public ApiCreateOrUpdatePropertiesWsdlSelector wsdlSelector()"
desc: "Get criteria to limit import of WSDL to a subset of the document."
returns:
description: "the wsdlSelector value"
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdatePropertiesWsdlSelector?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.ApiCreateOrUpdatePropertiesWsdlSelector&text=ApiCreateOrUpdatePropertiesWsdlSelector\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "API Create or Update Parameters."
metadata: {}
package: "com.microsoft.azure.management.apimanagement.v2019_01_01"
artifact: com.microsoft.azure.apimanagement.v2019_01_01:azure-mgmt-apimanagement:1.0.0-beta-1