Uses of Class
com.azure.resourcemanager.apimanagement.models.KeyVaultRefreshState
Packages that use KeyVaultRefreshState
Package
Description
Package containing the service clients for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of KeyVaultRefreshState in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent with parameters of type KeyVaultRefreshStateModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<NamedValueContractInner> WorkspaceNamedValuesClient.listByService(String resourceGroupName, String serviceName, String workspaceId, String filter, Integer top, Integer skip, KeyVaultRefreshState isKeyVaultRefreshFailed, com.azure.core.util.Context context) Lists a collection of named values defined within a workspace in a service instance. -
Uses of KeyVaultRefreshState in com.azure.resourcemanager.apimanagement.models
Fields in com.azure.resourcemanager.apimanagement.models declared as KeyVaultRefreshStateModifier and TypeFieldDescriptionstatic final KeyVaultRefreshStateKeyVaultRefreshState.FALSEStatic value false for KeyVaultRefreshState.static final KeyVaultRefreshStateKeyVaultRefreshState.TRUEStatic value true for KeyVaultRefreshState.Methods in com.azure.resourcemanager.apimanagement.models that return KeyVaultRefreshStateModifier and TypeMethodDescriptionstatic KeyVaultRefreshStateKeyVaultRefreshState.fromString(String name) Creates or finds a KeyVaultRefreshState from its string representation.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type KeyVaultRefreshStateModifier and TypeMethodDescriptionstatic Collection<KeyVaultRefreshState> KeyVaultRefreshState.values()Gets known KeyVaultRefreshState values.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type KeyVaultRefreshStateModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<NamedValueContract> WorkspaceNamedValues.listByService(String resourceGroupName, String serviceName, String workspaceId, String filter, Integer top, Integer skip, KeyVaultRefreshState isKeyVaultRefreshFailed, com.azure.core.util.Context context) Lists a collection of named values defined within a workspace in a service instance.