Uses of Class
com.azure.resourcemanager.apimanagement.fluent.models.AccessInformationContractInner
Packages that use AccessInformationContractInner
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 AccessInformationContractInner in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent that return AccessInformationContractInnerModifier and TypeMethodDescriptionTenantAccessClient.create(String resourceGroupName, String serviceName, AccessIdName accessName, String ifMatch, AccessInformationCreateParameters parameters) Update tenant access information details.TenantAccessClient.get(String resourceGroupName, String serviceName, AccessIdName accessName) Get tenant access information details without secrets.TenantAccessClient.update(String resourceGroupName, String serviceName, AccessIdName accessName, String ifMatch, AccessInformationUpdateParameters parameters) Update tenant access information details.Methods in com.azure.resourcemanager.apimanagement.fluent that return types with arguments of type AccessInformationContractInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<AccessInformationContractInner> TenantAccessClient.listByService(String resourceGroupName, String serviceName) Returns list of access infos - for Git and Management endpoints.com.azure.core.http.rest.PagedIterable<AccessInformationContractInner> TenantAccessClient.listByService(String resourceGroupName, String serviceName, String filter, com.azure.core.util.Context context) Returns list of access infos - for Git and Management endpoints. -
Uses of AccessInformationContractInner in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return AccessInformationContractInnerModifier and TypeMethodDescriptionAccessInformationContractInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AccessInformationContractInner from the JsonReader.AccessInformationContractInner.withEnabled(Boolean enabled) Set the enabled property: Determines whether direct access is enabled.AccessInformationContractInner.withIdPropertiesId(String id) Set the id property: Access Information type ('access' or 'gitAccess').AccessInformationContractInner.withPrincipalId(String principalId) Set the principalId property: Principal (User) Identifier. -
Uses of AccessInformationContractInner in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return AccessInformationContractInnerModifier and TypeMethodDescriptionTenantAccessCreateResponse.getValue()Gets the deserialized response body.TenantAccessGetResponse.getValue()Gets the deserialized response body.TenantAccessUpdateResponse.getValue()Gets the deserialized response body.AccessInformationContract.innerModel()Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.AccessInformationContractInner object.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type AccessInformationContractInnerModifier and TypeMethodDescriptionAccessInformationCollection.value()Get the value property: Page values.Constructors in com.azure.resourcemanager.apimanagement.models with parameters of type AccessInformationContractInnerModifierConstructorDescriptionTenantAccessCreateResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, AccessInformationContractInner value, TenantAccessCreateHeaders headers) Creates an instance of TenantAccessCreateResponse.TenantAccessGetResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, AccessInformationContractInner value, TenantAccessGetHeaders headers) Creates an instance of TenantAccessGetResponse.TenantAccessUpdateResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, AccessInformationContractInner value, TenantAccessUpdateHeaders headers) Creates an instance of TenantAccessUpdateResponse.