Uses of Class
com.azure.resourcemanager.apimanagement.fluent.models.AccessInformationSecretsContractInner
Packages that use AccessInformationSecretsContractInner
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 AccessInformationSecretsContractInner in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent that return AccessInformationSecretsContractInnerModifier and TypeMethodDescriptionTenantAccessClient.listSecrets(String resourceGroupName, String serviceName, AccessIdName accessName) Get tenant access information details. -
Uses of AccessInformationSecretsContractInner in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return AccessInformationSecretsContractInnerModifier and TypeMethodDescriptionAccessInformationSecretsContractInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AccessInformationSecretsContractInner from the JsonReader.AccessInformationSecretsContractInner.withEnabled(Boolean enabled) Set the enabled property: Determines whether direct access is enabled.Set the id property: Access Information type ('access' or 'gitAccess').AccessInformationSecretsContractInner.withPrimaryKey(String primaryKey) Set the primaryKey property: Primary access key.AccessInformationSecretsContractInner.withPrincipalId(String principalId) Set the principalId property: Principal (User) Identifier.AccessInformationSecretsContractInner.withSecondaryKey(String secondaryKey) Set the secondaryKey property: Secondary access key. -
Uses of AccessInformationSecretsContractInner in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return AccessInformationSecretsContractInnerModifier and TypeMethodDescriptionTenantAccessListSecretsResponse.getValue()Gets the deserialized response body.AccessInformationSecretsContract.innerModel()Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.AccessInformationSecretsContractInner object.Constructors in com.azure.resourcemanager.apimanagement.models with parameters of type AccessInformationSecretsContractInnerModifierConstructorDescriptionTenantAccessListSecretsResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, AccessInformationSecretsContractInner value, TenantAccessListSecretsHeaders headers) Creates an instance of TenantAccessListSecretsResponse.