Uses of Class
com.azure.resourcemanager.apimanagement.fluent.models.AccessInformationSecretsContractInner
-
Packages that use AccessInformationSecretsContractInner Package Description com.azure.resourcemanager.apimanagement.fluent Package containing the service clients for ApiManagementClient.com.azure.resourcemanager.apimanagement.fluent.models Package containing the inner data models for ApiManagementClient.com.azure.resourcemanager.apimanagement.models 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 AccessInformationSecretsContractInner Modifier and Type Method Description AccessInformationSecretsContractInner
TenantAccessClient. 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 AccessInformationSecretsContractInner Modifier and Type Method Description AccessInformationSecretsContractInner
AccessInformationSecretsContractInner. withEnabled(Boolean enabled)
Set the enabled property: Determines whether direct access is enabled.AccessInformationSecretsContractInner
AccessInformationSecretsContractInner. withId(String id)
Set the id property: Access Information type ('access' or 'gitAccess').AccessInformationSecretsContractInner
AccessInformationSecretsContractInner. withPrimaryKey(String primaryKey)
Set the primaryKey property: Primary access key.AccessInformationSecretsContractInner
AccessInformationSecretsContractInner. withPrincipalId(String principalId)
Set the principalId property: Principal (User) Identifier.AccessInformationSecretsContractInner
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 AccessInformationSecretsContractInner Modifier and Type Method Description AccessInformationSecretsContractInner
TenantAccessListSecretsResponse. getValue()
AccessInformationSecretsContractInner
AccessInformationSecretsContract. innerModel()
Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.AccessInformationSecretsContractInner object.Constructors in com.azure.resourcemanager.apimanagement.models with parameters of type AccessInformationSecretsContractInner Constructor Description TenantAccessListSecretsResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, AccessInformationSecretsContractInner value, TenantAccessListSecretsHeaders headers)
Creates an instance of TenantAccessListSecretsResponse.
-