Uses of Class
com.azure.resourcemanager.apimanagement.models.AuthenticationSettingsContract
Packages that use AuthenticationSettingsContract
Package
Description
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of AuthenticationSettingsContract in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return AuthenticationSettingsContractModifier and TypeMethodDescriptionApiContractInner.authenticationSettings()Get the authenticationSettings property: Collection of authentication settings included into this API.Methods in com.azure.resourcemanager.apimanagement.fluent.models with parameters of type AuthenticationSettingsContractModifier and TypeMethodDescriptionApiContractInner.withAuthenticationSettings(AuthenticationSettingsContract authenticationSettings) Set the authenticationSettings property: Collection of authentication settings included into this API.ApiContractProperties.withAuthenticationSettings(AuthenticationSettingsContract authenticationSettings) Set the authenticationSettings property: Collection of authentication settings included into this API.ApiContractUpdateProperties.withAuthenticationSettings(AuthenticationSettingsContract authenticationSettings) Set the authenticationSettings property: Collection of authentication settings included into this API.ApiCreateOrUpdateProperties.withAuthenticationSettings(AuthenticationSettingsContract authenticationSettings) Set the authenticationSettings property: Collection of authentication settings included into this API. -
Uses of AuthenticationSettingsContract in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return AuthenticationSettingsContractModifier and TypeMethodDescriptionApiContract.authenticationSettings()Gets the authenticationSettings property: Collection of authentication settings included into this API.ApiCreateOrUpdateParameter.authenticationSettings()Get the authenticationSettings property: Collection of authentication settings included into this API.ApiEntityBaseContract.authenticationSettings()Get the authenticationSettings property: Collection of authentication settings included into this API.ApiUpdateContract.authenticationSettings()Get the authenticationSettings property: Collection of authentication settings included into this API.AuthenticationSettingsContract.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AuthenticationSettingsContract from the JsonReader.AuthenticationSettingsContract.withOAuth2(OAuth2AuthenticationSettingsContract oAuth2) Set the oAuth2 property: OAuth2 Authentication settings.AuthenticationSettingsContract.withOAuth2AuthenticationSettings(List<OAuth2AuthenticationSettingsContract> oAuth2AuthenticationSettings) Set the oAuth2AuthenticationSettings property: Collection of OAuth2 authentication settings included into this API.AuthenticationSettingsContract.withOpenid(OpenIdAuthenticationSettingsContract openid) Set the openid property: OpenID Connect Authentication Settings.AuthenticationSettingsContract.withOpenidAuthenticationSettings(List<OpenIdAuthenticationSettingsContract> openidAuthenticationSettings) Set the openidAuthenticationSettings property: Collection of Open ID Connect authentication settings included into this API.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type AuthenticationSettingsContractModifier and TypeMethodDescriptionApiContract.DefinitionStages.WithAuthenticationSettings.withAuthenticationSettings(AuthenticationSettingsContract authenticationSettings) Specifies the authenticationSettings property: Collection of authentication settings included into this API..ApiContract.UpdateStages.WithAuthenticationSettings.withAuthenticationSettings(AuthenticationSettingsContract authenticationSettings) Specifies the authenticationSettings property: Collection of authentication settings included into this API..ApiCreateOrUpdateParameter.withAuthenticationSettings(AuthenticationSettingsContract authenticationSettings) Set the authenticationSettings property: Collection of authentication settings included into this API.ApiEntityBaseContract.withAuthenticationSettings(AuthenticationSettingsContract authenticationSettings) Set the authenticationSettings property: Collection of authentication settings included into this API.ApiTagResourceContractProperties.withAuthenticationSettings(AuthenticationSettingsContract authenticationSettings) Set the authenticationSettings property: Collection of authentication settings included into this API.ApiUpdateContract.withAuthenticationSettings(AuthenticationSettingsContract authenticationSettings) Set the authenticationSettings property: Collection of authentication settings included into this API.