252 строки
21 KiB
YAML
252 строки
21 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.IdentityProviderUpdateParameters"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.IdentityProviderUpdateParameters"
|
|
name: "IdentityProviderUpdateParameters"
|
|
nameWithType: "IdentityProviderUpdateParameters"
|
|
summary: "Parameters supplied to update Identity Provider."
|
|
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 **IdentityProviderUpdateParameters**"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.IdentityProviderUpdateParameters.IdentityProviderUpdateParameters()"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.IdentityProviderUpdateParameters.IdentityProviderUpdateParameters()"
|
|
name: "IdentityProviderUpdateParameters()"
|
|
nameWithType: "IdentityProviderUpdateParameters.IdentityProviderUpdateParameters()"
|
|
syntax: "public IdentityProviderUpdateParameters()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.IdentityProviderUpdateParameters.allowedTenants()"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.IdentityProviderUpdateParameters.allowedTenants()"
|
|
name: "allowedTenants()"
|
|
nameWithType: "IdentityProviderUpdateParameters.allowedTenants()"
|
|
summary: "Get list of Allowed Tenants when configuring Azure Active Directory login."
|
|
syntax: "public List<String> allowedTenants()"
|
|
desc: "Get list of Allowed Tenants when configuring Azure Active Directory login."
|
|
returns:
|
|
description: "the allowedTenants value"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<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.IdentityProviderUpdateParameters.authority()"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.IdentityProviderUpdateParameters.authority()"
|
|
name: "authority()"
|
|
nameWithType: "IdentityProviderUpdateParameters.authority()"
|
|
summary: "Get openID Connect discovery endpoint hostname for AAD or AAD B2C."
|
|
syntax: "public String authority()"
|
|
desc: "Get openID Connect discovery endpoint hostname for AAD or AAD B2C."
|
|
returns:
|
|
description: "the authority 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.IdentityProviderUpdateParameters.clientId()"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.IdentityProviderUpdateParameters.clientId()"
|
|
name: "clientId()"
|
|
nameWithType: "IdentityProviderUpdateParameters.clientId()"
|
|
summary: "Get client Id of the Application in the external Identity Provider."
|
|
syntax: "public String clientId()"
|
|
desc: "Get client Id of the Application in the external Identity Provider. It is App ID for Facebook login, Client ID for Google login, App ID for Microsoft."
|
|
returns:
|
|
description: "the clientId 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.IdentityProviderUpdateParameters.clientSecret()"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.IdentityProviderUpdateParameters.clientSecret()"
|
|
name: "clientSecret()"
|
|
nameWithType: "IdentityProviderUpdateParameters.clientSecret()"
|
|
summary: "Get client secret of the Application in external Identity Provider, used to authenticate login request."
|
|
syntax: "public String clientSecret()"
|
|
desc: "Get client secret of the Application in external Identity Provider, used to authenticate login request. For example, it is App Secret for Facebook login, API Key for Google login, Public Key for Microsoft."
|
|
returns:
|
|
description: "the clientSecret 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.IdentityProviderUpdateParameters.passwordResetPolicyName()"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.IdentityProviderUpdateParameters.passwordResetPolicyName()"
|
|
name: "passwordResetPolicyName()"
|
|
nameWithType: "IdentityProviderUpdateParameters.passwordResetPolicyName()"
|
|
summary: "Get password Reset Policy Name."
|
|
syntax: "public String passwordResetPolicyName()"
|
|
desc: "Get password Reset Policy Name. Only applies to AAD B2C Identity Provider."
|
|
returns:
|
|
description: "the passwordResetPolicyName 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.IdentityProviderUpdateParameters.profileEditingPolicyName()"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.IdentityProviderUpdateParameters.profileEditingPolicyName()"
|
|
name: "profileEditingPolicyName()"
|
|
nameWithType: "IdentityProviderUpdateParameters.profileEditingPolicyName()"
|
|
summary: "Get profile Editing Policy Name."
|
|
syntax: "public String profileEditingPolicyName()"
|
|
desc: "Get profile Editing Policy Name. Only applies to AAD B2C Identity Provider."
|
|
returns:
|
|
description: "the profileEditingPolicyName 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.IdentityProviderUpdateParameters.signinPolicyName()"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.IdentityProviderUpdateParameters.signinPolicyName()"
|
|
name: "signinPolicyName()"
|
|
nameWithType: "IdentityProviderUpdateParameters.signinPolicyName()"
|
|
summary: "Get signin Policy Name."
|
|
syntax: "public String signinPolicyName()"
|
|
desc: "Get signin Policy Name. Only applies to AAD B2C Identity Provider."
|
|
returns:
|
|
description: "the signinPolicyName 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.IdentityProviderUpdateParameters.signupPolicyName()"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.IdentityProviderUpdateParameters.signupPolicyName()"
|
|
name: "signupPolicyName()"
|
|
nameWithType: "IdentityProviderUpdateParameters.signupPolicyName()"
|
|
summary: "Get signup Policy Name."
|
|
syntax: "public String signupPolicyName()"
|
|
desc: "Get signup Policy Name. Only applies to AAD B2C Identity Provider."
|
|
returns:
|
|
description: "the signupPolicyName 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.IdentityProviderUpdateParameters.type()"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.IdentityProviderUpdateParameters.type()"
|
|
name: "type()"
|
|
nameWithType: "IdentityProviderUpdateParameters.type()"
|
|
summary: "Get identity Provider Type identifier."
|
|
syntax: "public IdentityProviderType type()"
|
|
desc: "Get identity Provider Type identifier. Possible values include: 'facebook', 'google', 'microsoft', 'twitter', 'aad', 'aadB2C'."
|
|
returns:
|
|
description: "the type value"
|
|
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.IdentityProviderType?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.IdentityProviderType&text=IdentityProviderType\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.IdentityProviderUpdateParameters.withAllowedTenants(java.util.List<java.lang.String>)"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.IdentityProviderUpdateParameters.withAllowedTenants(List<String> allowedTenants)"
|
|
name: "withAllowedTenants(List<String> allowedTenants)"
|
|
nameWithType: "IdentityProviderUpdateParameters.withAllowedTenants(List<String> allowedTenants)"
|
|
summary: "Set list of Allowed Tenants when configuring Azure Active Directory login."
|
|
parameters:
|
|
- description: "the allowedTenants value to set"
|
|
name: "allowedTenants"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public IdentityProviderUpdateParameters withAllowedTenants(List<String> allowedTenants)"
|
|
desc: "Set list of Allowed Tenants when configuring Azure Active Directory login."
|
|
returns:
|
|
description: "the IdentityProviderUpdateParameters object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.IdentityProviderUpdateParameters?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.IdentityProviderUpdateParameters&text=IdentityProviderUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.IdentityProviderUpdateParameters.withAuthority(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.IdentityProviderUpdateParameters.withAuthority(String authority)"
|
|
name: "withAuthority(String authority)"
|
|
nameWithType: "IdentityProviderUpdateParameters.withAuthority(String authority)"
|
|
summary: "Set openID Connect discovery endpoint hostname for AAD or AAD B2C."
|
|
parameters:
|
|
- description: "the authority value to set"
|
|
name: "authority"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public IdentityProviderUpdateParameters withAuthority(String authority)"
|
|
desc: "Set openID Connect discovery endpoint hostname for AAD or AAD B2C."
|
|
returns:
|
|
description: "the IdentityProviderUpdateParameters object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.IdentityProviderUpdateParameters?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.IdentityProviderUpdateParameters&text=IdentityProviderUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.IdentityProviderUpdateParameters.withClientId(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.IdentityProviderUpdateParameters.withClientId(String clientId)"
|
|
name: "withClientId(String clientId)"
|
|
nameWithType: "IdentityProviderUpdateParameters.withClientId(String clientId)"
|
|
summary: "Set client Id of the Application in the external Identity Provider."
|
|
parameters:
|
|
- description: "the clientId value to set"
|
|
name: "clientId"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public IdentityProviderUpdateParameters withClientId(String clientId)"
|
|
desc: "Set client Id of the Application in the external Identity Provider. It is App ID for Facebook login, Client ID for Google login, App ID for Microsoft."
|
|
returns:
|
|
description: "the IdentityProviderUpdateParameters object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.IdentityProviderUpdateParameters?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.IdentityProviderUpdateParameters&text=IdentityProviderUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.IdentityProviderUpdateParameters.withClientSecret(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.IdentityProviderUpdateParameters.withClientSecret(String clientSecret)"
|
|
name: "withClientSecret(String clientSecret)"
|
|
nameWithType: "IdentityProviderUpdateParameters.withClientSecret(String clientSecret)"
|
|
summary: "Set client secret of the Application in external Identity Provider, used to authenticate login request."
|
|
parameters:
|
|
- description: "the clientSecret value to set"
|
|
name: "clientSecret"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public IdentityProviderUpdateParameters withClientSecret(String clientSecret)"
|
|
desc: "Set client secret of the Application in external Identity Provider, used to authenticate login request. For example, it is App Secret for Facebook login, API Key for Google login, Public Key for Microsoft."
|
|
returns:
|
|
description: "the IdentityProviderUpdateParameters object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.IdentityProviderUpdateParameters?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.IdentityProviderUpdateParameters&text=IdentityProviderUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.IdentityProviderUpdateParameters.withPasswordResetPolicyName(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.IdentityProviderUpdateParameters.withPasswordResetPolicyName(String passwordResetPolicyName)"
|
|
name: "withPasswordResetPolicyName(String passwordResetPolicyName)"
|
|
nameWithType: "IdentityProviderUpdateParameters.withPasswordResetPolicyName(String passwordResetPolicyName)"
|
|
summary: "Set password Reset Policy Name."
|
|
parameters:
|
|
- description: "the passwordResetPolicyName value to set"
|
|
name: "passwordResetPolicyName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public IdentityProviderUpdateParameters withPasswordResetPolicyName(String passwordResetPolicyName)"
|
|
desc: "Set password Reset Policy Name. Only applies to AAD B2C Identity Provider."
|
|
returns:
|
|
description: "the IdentityProviderUpdateParameters object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.IdentityProviderUpdateParameters?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.IdentityProviderUpdateParameters&text=IdentityProviderUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.IdentityProviderUpdateParameters.withProfileEditingPolicyName(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.IdentityProviderUpdateParameters.withProfileEditingPolicyName(String profileEditingPolicyName)"
|
|
name: "withProfileEditingPolicyName(String profileEditingPolicyName)"
|
|
nameWithType: "IdentityProviderUpdateParameters.withProfileEditingPolicyName(String profileEditingPolicyName)"
|
|
summary: "Set profile Editing Policy Name."
|
|
parameters:
|
|
- description: "the profileEditingPolicyName value to set"
|
|
name: "profileEditingPolicyName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public IdentityProviderUpdateParameters withProfileEditingPolicyName(String profileEditingPolicyName)"
|
|
desc: "Set profile Editing Policy Name. Only applies to AAD B2C Identity Provider."
|
|
returns:
|
|
description: "the IdentityProviderUpdateParameters object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.IdentityProviderUpdateParameters?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.IdentityProviderUpdateParameters&text=IdentityProviderUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.IdentityProviderUpdateParameters.withSigninPolicyName(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.IdentityProviderUpdateParameters.withSigninPolicyName(String signinPolicyName)"
|
|
name: "withSigninPolicyName(String signinPolicyName)"
|
|
nameWithType: "IdentityProviderUpdateParameters.withSigninPolicyName(String signinPolicyName)"
|
|
summary: "Set signin Policy Name."
|
|
parameters:
|
|
- description: "the signinPolicyName value to set"
|
|
name: "signinPolicyName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public IdentityProviderUpdateParameters withSigninPolicyName(String signinPolicyName)"
|
|
desc: "Set signin Policy Name. Only applies to AAD B2C Identity Provider."
|
|
returns:
|
|
description: "the IdentityProviderUpdateParameters object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.IdentityProviderUpdateParameters?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.IdentityProviderUpdateParameters&text=IdentityProviderUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.IdentityProviderUpdateParameters.withSignupPolicyName(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.IdentityProviderUpdateParameters.withSignupPolicyName(String signupPolicyName)"
|
|
name: "withSignupPolicyName(String signupPolicyName)"
|
|
nameWithType: "IdentityProviderUpdateParameters.withSignupPolicyName(String signupPolicyName)"
|
|
summary: "Set signup Policy Name."
|
|
parameters:
|
|
- description: "the signupPolicyName value to set"
|
|
name: "signupPolicyName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public IdentityProviderUpdateParameters withSignupPolicyName(String signupPolicyName)"
|
|
desc: "Set signup Policy Name. Only applies to AAD B2C Identity Provider."
|
|
returns:
|
|
description: "the IdentityProviderUpdateParameters object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.IdentityProviderUpdateParameters?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.IdentityProviderUpdateParameters&text=IdentityProviderUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.IdentityProviderUpdateParameters.withType(com.microsoft.azure.management.apimanagement.v2019_01_01.IdentityProviderType)"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.IdentityProviderUpdateParameters.withType(IdentityProviderType type)"
|
|
name: "withType(IdentityProviderType type)"
|
|
nameWithType: "IdentityProviderUpdateParameters.withType(IdentityProviderType type)"
|
|
summary: "Set identity Provider Type identifier."
|
|
parameters:
|
|
- description: "the type value to set"
|
|
name: "type"
|
|
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.IdentityProviderType?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.IdentityProviderType&text=IdentityProviderType\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public IdentityProviderUpdateParameters withType(IdentityProviderType type)"
|
|
desc: "Set identity Provider Type identifier. Possible values include: 'facebook', 'google', 'microsoft', 'twitter', 'aad', 'aadB2C'."
|
|
returns:
|
|
description: "the IdentityProviderUpdateParameters object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.IdentityProviderUpdateParameters?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.IdentityProviderUpdateParameters&text=IdentityProviderUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Parameters supplied to update Identity Provider."
|
|
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
|