Uses of Class
com.azure.resourcemanager.apimanagement.fluent.models.AuthorizationAccessPolicyContractProperties
Packages that use AuthorizationAccessPolicyContractProperties
Package
Description
Package containing the inner data models for ApiManagementClient.
-
Uses of AuthorizationAccessPolicyContractProperties in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return AuthorizationAccessPolicyContractPropertiesModifier and TypeMethodDescriptionAuthorizationAccessPolicyContractProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AuthorizationAccessPolicyContractProperties from the JsonReader.AuthorizationAccessPolicyContractProperties.withAppIds(List<String> appIds) Set the appIds property: The allowed Azure Active Directory Application IDs.AuthorizationAccessPolicyContractProperties.withObjectId(String objectId) Set the objectId property: The Object Id.AuthorizationAccessPolicyContractProperties.withTenantId(String tenantId) Set the tenantId property: The Tenant Id.