Uses of Class
com.azure.resourcemanager.apimanagement.fluent.models.SubscriptionKeysContractInner
Packages that use SubscriptionKeysContractInner
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 SubscriptionKeysContractInner in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent that return SubscriptionKeysContractInnerModifier and TypeMethodDescriptionSubscriptionsClient.listSecrets(String resourceGroupName, String serviceName, String sid) Gets the specified Subscription keys.WorkspaceSubscriptionsClient.listSecrets(String resourceGroupName, String serviceName, String workspaceId, String sid) Gets the specified Subscription keys. -
Uses of SubscriptionKeysContractInner in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return SubscriptionKeysContractInnerModifier and TypeMethodDescriptionSubscriptionKeysContractInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SubscriptionKeysContractInner from the JsonReader.SubscriptionKeysContractInner.withPrimaryKey(String primaryKey) Set the primaryKey property: Subscription primary key.SubscriptionKeysContractInner.withSecondaryKey(String secondaryKey) Set the secondaryKey property: Subscription secondary key. -
Uses of SubscriptionKeysContractInner in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return SubscriptionKeysContractInnerModifier and TypeMethodDescriptionSubscriptionsListSecretsResponse.getValue()Gets the deserialized response body.WorkspaceSubscriptionsListSecretsResponse.getValue()Gets the deserialized response body.SubscriptionKeysContract.innerModel()Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.SubscriptionKeysContractInner object.Constructors in com.azure.resourcemanager.apimanagement.models with parameters of type SubscriptionKeysContractInnerModifierConstructorDescriptionSubscriptionsListSecretsResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, SubscriptionKeysContractInner value, SubscriptionsListSecretsHeaders headers) Creates an instance of SubscriptionsListSecretsResponse.WorkspaceSubscriptionsListSecretsResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, SubscriptionKeysContractInner value, WorkspaceSubscriptionsListSecretsHeaders headers) Creates an instance of WorkspaceSubscriptionsListSecretsResponse.