Uses of Class
com.azure.resourcemanager.apimanagement.fluent.models.AuthorizationAccessPolicyContractInner
Packages that use AuthorizationAccessPolicyContractInner
Package
Description
Package containing the service clients for ApiManagementClient.
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of AuthorizationAccessPolicyContractInner in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent that return AuthorizationAccessPolicyContractInnerModifier and TypeMethodDescriptionAuthorizationAccessPoliciesClient.createOrUpdate(String resourceGroupName, String serviceName, String authorizationProviderId, String authorizationId, String authorizationAccessPolicyId, AuthorizationAccessPolicyContractInner parameters) Creates or updates Authorization Access Policy.AuthorizationAccessPoliciesClient.get(String resourceGroupName, String serviceName, String authorizationProviderId, String authorizationId, String authorizationAccessPolicyId) Gets the details of the authorization access policy specified by its identifier.Methods in com.azure.resourcemanager.apimanagement.fluent that return types with arguments of type AuthorizationAccessPolicyContractInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<AuthorizationAccessPolicyContractInner> AuthorizationAccessPoliciesClient.listByAuthorization(String resourceGroupName, String serviceName, String authorizationProviderId, String authorizationId) Lists a collection of authorization access policy defined within a authorization.com.azure.core.http.rest.PagedIterable<AuthorizationAccessPolicyContractInner> AuthorizationAccessPoliciesClient.listByAuthorization(String resourceGroupName, String serviceName, String authorizationProviderId, String authorizationId, String filter, Integer top, Integer skip, com.azure.core.util.Context context) Lists a collection of authorization access policy defined within a authorization.Methods in com.azure.resourcemanager.apimanagement.fluent with parameters of type AuthorizationAccessPolicyContractInnerModifier and TypeMethodDescriptionAuthorizationAccessPoliciesClient.createOrUpdate(String resourceGroupName, String serviceName, String authorizationProviderId, String authorizationId, String authorizationAccessPolicyId, AuthorizationAccessPolicyContractInner parameters) Creates or updates Authorization Access Policy.AuthorizationAccessPoliciesClient.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String authorizationProviderId, String authorizationId, String authorizationAccessPolicyId, AuthorizationAccessPolicyContractInner parameters, String ifMatch, com.azure.core.util.Context context) Creates or updates Authorization Access Policy. -
Uses of AuthorizationAccessPolicyContractInner in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return AuthorizationAccessPolicyContractInnerModifier and TypeMethodDescriptionAuthorizationAccessPolicyContractInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AuthorizationAccessPolicyContractInner from the JsonReader.AuthorizationAccessPolicyContractInner.withAppIds(List<String> appIds) Set the appIds property: The allowed Azure Active Directory Application IDs.AuthorizationAccessPolicyContractInner.withObjectId(String objectId) Set the objectId property: The Object Id.AuthorizationAccessPolicyContractInner.withTenantId(String tenantId) Set the tenantId property: The Tenant Id. -
Uses of AuthorizationAccessPolicyContractInner in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return AuthorizationAccessPolicyContractInnerModifier and TypeMethodDescriptionAuthorizationAccessPoliciesCreateOrUpdateResponse.getValue()Gets the deserialized response body.AuthorizationAccessPoliciesGetResponse.getValue()Gets the deserialized response body.AuthorizationAccessPolicyContract.innerModel()Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.AuthorizationAccessPolicyContractInner object.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type AuthorizationAccessPolicyContractInnerModifier and TypeMethodDescriptionAuthorizationAccessPolicyCollection.value()Get the value property: Page values.Method parameters in com.azure.resourcemanager.apimanagement.models with type arguments of type AuthorizationAccessPolicyContractInnerModifier and TypeMethodDescriptionAuthorizationAccessPolicyCollection.withValue(List<AuthorizationAccessPolicyContractInner> value) Set the value property: Page values.Constructors in com.azure.resourcemanager.apimanagement.models with parameters of type AuthorizationAccessPolicyContractInnerModifierConstructorDescriptionAuthorizationAccessPoliciesCreateOrUpdateResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, AuthorizationAccessPolicyContractInner value, AuthorizationAccessPoliciesCreateOrUpdateHeaders headers) Creates an instance of AuthorizationAccessPoliciesCreateOrUpdateResponse.AuthorizationAccessPoliciesGetResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, AuthorizationAccessPolicyContractInner value, AuthorizationAccessPoliciesGetHeaders headers) Creates an instance of AuthorizationAccessPoliciesGetResponse.