Uses of Interface
com.azure.resourcemanager.apimanagement.models.SubscriptionKeysContract
Packages that use SubscriptionKeysContract
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of SubscriptionKeysContract in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return SubscriptionKeysContractModifier and TypeMethodDescriptionSubscriptions.listSecrets(String resourceGroupName, String serviceName, String sid) Gets the specified Subscription keys.WorkspaceSubscriptions.listSecrets(String resourceGroupName, String serviceName, String workspaceId, String sid) Gets the specified Subscription keys.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type SubscriptionKeysContractModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<SubscriptionKeysContract> Subscriptions.listSecretsWithResponse(String resourceGroupName, String serviceName, String sid, com.azure.core.util.Context context) Gets the specified Subscription keys.com.azure.core.http.rest.Response<SubscriptionKeysContract> WorkspaceSubscriptions.listSecretsWithResponse(String resourceGroupName, String serviceName, String workspaceId, String sid, com.azure.core.util.Context context) Gets the specified Subscription keys.