SubscriptionResource Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A class representing the operations that can be performed over a specific subscription.
public class SubscriptionResource : Azure.ResourceManager.ArmResource, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Resources.SubscriptionData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Resources.SubscriptionData>
public class SubscriptionResource : Azure.ResourceManager.ArmResource
type SubscriptionResource = class
inherit ArmResource
interface IJsonModel<SubscriptionData>
interface IPersistableModel<SubscriptionData>
type SubscriptionResource = class
inherit ArmResource
Public Class SubscriptionResource
Inherits ArmResource
Implements IJsonModel(Of SubscriptionData), IPersistableModel(Of SubscriptionData)
Public Class SubscriptionResource
Inherits ArmResource
- Inheritance
- Implements
Constructors
SubscriptionResource() |
Initializes a new instance of the SubscriptionResource class for mocking. |
Fields
ResourceType |
Gets the resource type for the operations. |
Properties
Client |
Gets the ArmClient this resource client was created from. (Inherited from ArmResource) |
Data |
Gets the data representing this Feature. |
Diagnostics |
Gets the diagnostic options for this resource client. (Inherited from ArmResource) |
Endpoint |
Gets the base uri for this resource client. (Inherited from ArmResource) |
HasData |
Gets whether or not the current instance has data. |
Id |
Gets the resource identifier. (Inherited from ArmResource) |
Pipeline |
Gets the pipeline for this resource client. (Inherited from ArmResource) |
Methods
CanUseTagResource(CancellationToken) |
Checks to see if the TagResource API is deployed in the current environment. (Inherited from ArmResource) |
CanUseTagResourceAsync(CancellationToken) |
Checks to see if the TagResource API is deployed in the current environment. (Inherited from ArmResource) |
CreateOrUpdatePredefinedTag(String, CancellationToken) |
This operation allows adding a name to the list of predefined tag names for the given subscription. A tag name can have a maximum of 512 characters and is case-insensitive. Tag names cannot have the following prefixes which are reserved for Azure use: 'microsoft', 'azure', 'windows'.
|
CreateOrUpdatePredefinedTagAsync(String, CancellationToken) |
This operation allows adding a name to the list of predefined tag names for the given subscription. A tag name can have a maximum of 512 characters and is case-insensitive. Tag names cannot have the following prefixes which are reserved for Azure use: 'microsoft', 'azure', 'windows'.
|
CreateOrUpdatePredefinedTagValue(String, String, CancellationToken) |
This operation allows adding a value to the list of predefined values for an existing predefined tag name. A tag value can have a maximum of 256 characters.
|
CreateOrUpdatePredefinedTagValueAsync(String, String, CancellationToken) |
This operation allows adding a value to the list of predefined values for an existing predefined tag name. A tag value can have a maximum of 256 characters.
|
CreateResourceIdentifier(String) |
Generate the resource identifier of a SubscriptionResource instance. |
DeletePredefinedTag(String, CancellationToken) |
This operation allows deleting a name from the list of predefined tag names for the given subscription. The name being deleted must not be in use as a tag name for any resource. All predefined values for the given name must have already been deleted.
|
DeletePredefinedTagAsync(String, CancellationToken) |
This operation allows deleting a name from the list of predefined tag names for the given subscription. The name being deleted must not be in use as a tag name for any resource. All predefined values for the given name must have already been deleted.
|
DeletePredefinedTagValue(String, String, CancellationToken) |
This operation allows deleting a value from the list of predefined values for an existing predefined tag name. The value being deleted must not be in use as a tag value for the given tag name for any resource.
|
DeletePredefinedTagValueAsync(String, String, CancellationToken) |
This operation allows deleting a value from the list of predefined values for an existing predefined tag name. The value being deleted must not be in use as a tag value for the given tag name for any resource.
|
Get(CancellationToken) |
Gets details about a specified subscription.
|
GetAllPredefinedTags(CancellationToken) |
This operation performs a union of predefined tags, resource tags, resource group tags and subscription tags, and returns a summary of usage for each tag name and value under the given subscription. In case of a large number of tags, this operation may return a previously cached result.
|
GetAllPredefinedTagsAsync(CancellationToken) |
This operation performs a union of predefined tags, resource tags, resource group tags and subscription tags, and returns a summary of usage for each tag name and value under the given subscription. In case of a large number of tags, this operation may return a previously cached result.
|
GetArmRestApis(String) |
Gets the RestApi definition for a given Azure namespace. |
GetAsync(CancellationToken) |
Gets details about a specified subscription.
|
GetAvailableLocations(CancellationToken) |
Lists all available geo-locations. (Inherited from ArmResource) |
GetAvailableLocationsAsync(CancellationToken) |
Lists all available geo-locations. (Inherited from ArmResource) |
GetFeatures(CancellationToken) |
Gets all the preview features that are available through AFEC for the subscription.
|
GetFeaturesAsync(CancellationToken) |
Gets all the preview features that are available through AFEC for the subscription.
|
GetGenericResources(String, String, Nullable<Int32>, CancellationToken) |
Get all the resources in a subscription. |
GetGenericResourcesAsync(String, String, Nullable<Int32>, CancellationToken) |
Get all the resources in a subscription. |
GetLocations(Nullable<Boolean>, CancellationToken) |
This operation provides all the locations that are available for resource providers; however, each resource provider may support a subset of this list.
|
GetLocationsAsync(Nullable<Boolean>, CancellationToken) |
This operation provides all the locations that are available for resource providers; however, each resource provider may support a subset of this list.
|
GetManagementLock(String, CancellationToken) |
Get a management lock by scope.
|
GetManagementLockAsync(String, CancellationToken) |
Get a management lock by scope.
|
GetManagementLocks() |
Gets a collection of ManagementLockResources in the ArmResource. (Inherited from ArmResource) |
GetPolicyAssignment(String, CancellationToken) |
This operation retrieves a single policy assignment, given its name and the scope it was created at.
|
GetPolicyAssignmentAsync(String, CancellationToken) |
This operation retrieves a single policy assignment, given its name and the scope it was created at.
|
GetPolicyAssignments() |
Gets a collection of PolicyAssignmentResources in the ArmResource. (Inherited from ArmResource) |
GetResourceGroup(String, CancellationToken) |
Gets a resource group.
|
GetResourceGroupAsync(String, CancellationToken) |
Gets a resource group.
|
GetResourceGroups() |
Gets a collection of ResourceGroupResources in the Subscription. |
GetResourceProvider(String, String, CancellationToken) |
Gets the specified resource provider.
|
GetResourceProviderAsync(String, String, CancellationToken) |
Gets the specified resource provider.
|
GetResourceProviders() |
Gets a collection of ResourceProviderResources in the Subscription. |
GetSubscriptionPolicyDefinition(String, CancellationToken) |
This operation retrieves the policy definition in the given subscription with the given name.
|
GetSubscriptionPolicyDefinitionAsync(String, CancellationToken) |
This operation retrieves the policy definition in the given subscription with the given name.
|
GetSubscriptionPolicyDefinitions() |
Gets a collection of SubscriptionPolicyDefinitionResources in the Subscription. |
GetSubscriptionPolicySetDefinition(String, CancellationToken) |
This operation retrieves the policy set definition in the given subscription with the given name.
|
GetSubscriptionPolicySetDefinitionAsync(String, CancellationToken) |
This operation retrieves the policy set definition in the given subscription with the given name.
|
GetSubscriptionPolicySetDefinitions() |
Gets a collection of SubscriptionPolicySetDefinitionResources in the Subscription. |
GetTagResource() |
Gets an object representing a TagResource along with the instance operations that can be performed on it in the ArmResource. (Inherited from ArmResource) |
TryGetApiVersion(ResourceType, String) |
Gets the api version override if it has been set for the current client options. (Inherited from ArmResource) |
Explicit Interface Implementations
IJsonModel<SubscriptionData>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<SubscriptionData>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<SubscriptionData>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<SubscriptionData>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<SubscriptionData>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Extension Methods
CreateConfiguration(SubscriptionResource, ConfigurationName, ConfigData, CancellationToken) |
Create/Overwrite Azure Advisor configuration and also delete all configurations of contained resource groups.
|
CreateConfigurationAsync(SubscriptionResource, ConfigurationName, ConfigData, CancellationToken) |
Create/Overwrite Azure Advisor configuration and also delete all configurations of contained resource groups.
|
GenerateRecommendation(SubscriptionResource, CancellationToken) |
Initiates the recommendation generation or computation process for a subscription. This operation is asynchronous. The generated recommendations are stored in a cache in the Advisor service.
|
GenerateRecommendationAsync(SubscriptionResource, CancellationToken) |
Initiates the recommendation generation or computation process for a subscription. This operation is asynchronous. The generated recommendations are stored in a cache in the Advisor service.
|
GetConfigurations(SubscriptionResource, CancellationToken) |
Retrieve Azure Advisor configurations and also retrieve configurations of contained resource groups.
|
GetConfigurationsAsync(SubscriptionResource, CancellationToken) |
Retrieve Azure Advisor configurations and also retrieve configurations of contained resource groups.
|
GetGenerateStatusRecommendation(SubscriptionResource, Guid, CancellationToken) |
Retrieves the status of the recommendation computation or generation process. Invoke this API after calling the generation recommendation. The URI of this API is returned in the Location field of the response header.
|
GetGenerateStatusRecommendationAsync(SubscriptionResource, Guid, CancellationToken) |
Retrieves the status of the recommendation computation or generation process. Invoke this API after calling the generation recommendation. The URI of this API is returned in the Location field of the response header.
|
GetSuppressionContracts(SubscriptionResource, Nullable<Int32>, String, CancellationToken) |
Retrieves the list of snoozed or dismissed suppressions for a subscription. The snoozed or dismissed attribute of a recommendation is referred to as a suppression.
|
GetSuppressionContractsAsync(SubscriptionResource, Nullable<Int32>, String, CancellationToken) |
Retrieves the list of snoozed or dismissed suppressions for a subscription. The snoozed or dismissed attribute of a recommendation is referred to as a suppression.
|
CheckNameAvailabilityLocation(SubscriptionResource, CheckNameAvailabilityContent, CancellationToken) |
Checks the name availability of the resource with requested resource name.
|
CheckNameAvailabilityLocationAsync(SubscriptionResource, CheckNameAvailabilityContent, CancellationToken) |
Checks the name availability of the resource with requested resource name.
|
GetFarmBeats(SubscriptionResource, Nullable<Int32>, String, CancellationToken) |
Lists the FarmBeats instances for a subscription.
|
GetFarmBeatsAsync(SubscriptionResource, Nullable<Int32>, String, CancellationToken) |
Lists the FarmBeats instances for a subscription.
|
GetAlertProcessingRules(SubscriptionResource, CancellationToken) |
List all alert processing rules in a subscription.
|
GetAlertProcessingRulesAsync(SubscriptionResource, CancellationToken) |
List all alert processing rules in a subscription.
|
GetServiceAlert(SubscriptionResource, Guid, CancellationToken) |
Get information related to a specific alert
|
GetServiceAlertAsync(SubscriptionResource, Guid, CancellationToken) |
Get information related to a specific alert
|
GetServiceAlerts(SubscriptionResource) |
Gets a collection of ServiceAlertResources in the SubscriptionResource. MockingTo mock this method, please mock GetServiceAlerts() instead. |
GetServiceAlertSummary(SubscriptionResource, AlertsSummaryGroupByField, Nullable<Boolean>, String, String, String, Nullable<MonitorServiceSourceForAlert>, Nullable<MonitorCondition>, Nullable<ServiceAlertSeverity>, Nullable<ServiceAlertState>, String, Nullable<TimeRangeFilter>, String, CancellationToken) |
Get a summarized count of your alerts grouped by various parameters (e.g. grouping by 'Severity' returns the count of alerts for each severity).
|
GetServiceAlertSummary(SubscriptionResource, SubscriptionResourceGetServiceAlertSummaryOptions, CancellationToken) |
Get a summarized count of your alerts grouped by various parameters (e.g. grouping by 'Severity' returns the count of alerts for each severity).
|
GetServiceAlertSummaryAsync(SubscriptionResource, AlertsSummaryGroupByField, Nullable<Boolean>, String, String, String, Nullable<MonitorServiceSourceForAlert>, Nullable<MonitorCondition>, Nullable<ServiceAlertSeverity>, Nullable<ServiceAlertState>, String, Nullable<TimeRangeFilter>, String, CancellationToken) |
Get a summarized count of your alerts grouped by various parameters (e.g. grouping by 'Severity' returns the count of alerts for each severity).
|
GetServiceAlertSummaryAsync(SubscriptionResource, SubscriptionResourceGetServiceAlertSummaryOptions, CancellationToken) |
Get a summarized count of your alerts grouped by various parameters (e.g. grouping by 'Severity' returns the count of alerts for each severity).
|
GetSmartGroup(SubscriptionResource, Guid, CancellationToken) |
Get information related to a specific Smart Group.
|
GetSmartGroupAsync(SubscriptionResource, Guid, CancellationToken) |
Get information related to a specific Smart Group.
|
GetSmartGroups(SubscriptionResource) |
Gets a collection of SmartGroupResources in the SubscriptionResource. MockingTo mock this method, please mock GetSmartGroups() instead. |
CheckAnalysisServerNameAvailability(SubscriptionResource, AzureLocation, AnalysisServerNameAvailabilityContent, CancellationToken) |
Check the name availability in the target location.
|
CheckAnalysisServerNameAvailabilityAsync(SubscriptionResource, AzureLocation, AnalysisServerNameAvailabilityContent, CancellationToken) |
Check the name availability in the target location.
|
GetAnalysisServers(SubscriptionResource, CancellationToken) |
Lists all the Analysis Services servers for the given subscription.
|
GetAnalysisServersAsync(SubscriptionResource, CancellationToken) |
Lists all the Analysis Services servers for the given subscription.
|
GetEligibleSkus(SubscriptionResource, CancellationToken) |
Lists eligible SKUs for Analysis Services resource provider.
|
GetEligibleSkusAsync(SubscriptionResource, CancellationToken) |
Lists eligible SKUs for Analysis Services resource provider.
|
GetApiCenterServices(SubscriptionResource, CancellationToken) |
Lists services within an Azure subscription.
|
GetApiCenterServicesAsync(SubscriptionResource, CancellationToken) |
Lists services within an Azure subscription.
|
CheckApiManagementServiceNameAvailability(SubscriptionResource, ApiManagementServiceNameAvailabilityContent, CancellationToken) |
Checks availability and correctness of a name for an API Management service.
|
CheckApiManagementServiceNameAvailabilityAsync(SubscriptionResource, ApiManagementServiceNameAvailabilityContent, CancellationToken) |
Checks availability and correctness of a name for an API Management service.
|
GetApiManagementDeletedService(SubscriptionResource, AzureLocation, String, CancellationToken) |
Get soft-deleted Api Management Service by name.
|
GetApiManagementDeletedServiceAsync(SubscriptionResource, AzureLocation, String, CancellationToken) |
Get soft-deleted Api Management Service by name.
|
GetApiManagementDeletedServices(SubscriptionResource) |
Gets a collection of ApiManagementDeletedServiceResources in the SubscriptionResource. MockingTo mock this method, please mock GetApiManagementDeletedServices() instead. |
GetApiManagementDeletedServices(SubscriptionResource, CancellationToken) |
Lists all soft-deleted services available for undelete for the given subscription.
|
GetApiManagementDeletedServicesAsync(SubscriptionResource, CancellationToken) |
Lists all soft-deleted services available for undelete for the given subscription.
|
GetApiManagementServiceDomainOwnershipIdentifier(SubscriptionResource, CancellationToken) |
Get the custom domain ownership identifier for an API Management service.
|
GetApiManagementServiceDomainOwnershipIdentifierAsync(SubscriptionResource, CancellationToken) |
Get the custom domain ownership identifier for an API Management service.
|
GetApiManagementServices(SubscriptionResource, CancellationToken) |
Lists all API Management services within an Azure subscription.
|
GetApiManagementServicesAsync(SubscriptionResource, CancellationToken) |
Lists all API Management services within an Azure subscription.
|
GetApiManagementSkus(SubscriptionResource, CancellationToken) |
Gets the list of Microsoft.ApiManagement SKUs available for your Subscription.
|
GetApiManagementSkusAsync(SubscriptionResource, CancellationToken) |
Gets the list of Microsoft.ApiManagement SKUs available for your Subscription.
|
CheckAppConfigurationNameAvailability(SubscriptionResource, AppConfigurationNameAvailabilityContent, CancellationToken) |
Checks whether the configuration store name is available for use.
|
CheckAppConfigurationNameAvailabilityAsync(SubscriptionResource, AppConfigurationNameAvailabilityContent, CancellationToken) |
Checks whether the configuration store name is available for use.
|
GetAppConfigurationStores(SubscriptionResource, String, CancellationToken) |
Lists the configuration stores for a given subscription.
|
GetAppConfigurationStoresAsync(SubscriptionResource, String, CancellationToken) |
Lists the configuration stores for a given subscription.
|
GetDeletedAppConfigurationStore(SubscriptionResource, AzureLocation, String, CancellationToken) |
Gets a deleted Azure app configuration store.
|
GetDeletedAppConfigurationStoreAsync(SubscriptionResource, AzureLocation, String, CancellationToken) |
Gets a deleted Azure app configuration store.
|
GetDeletedAppConfigurationStores(SubscriptionResource) |
Gets a collection of DeletedAppConfigurationStoreResources in the SubscriptionResource. MockingTo mock this method, please mock GetDeletedAppConfigurationStores() instead. |
GetAvailableWorkloadProfiles(SubscriptionResource, AzureLocation, CancellationToken) |
Get all available workload profiles for a location.
|
GetAvailableWorkloadProfilesAsync(SubscriptionResource, AzureLocation, CancellationToken) |
Get all available workload profiles for a location.
|
GetBillingMeters(SubscriptionResource, AzureLocation, CancellationToken) |
Get all billingMeters for a location.
|
GetBillingMetersAsync(SubscriptionResource, AzureLocation, CancellationToken) |
Get all billingMeters for a location.
|
GetContainerAppConnectedEnvironments(SubscriptionResource, CancellationToken) |
Get all connectedEnvironments for a subscription.
|
GetContainerAppConnectedEnvironmentsAsync(SubscriptionResource, CancellationToken) |
Get all connectedEnvironments for a subscription.
|
GetContainerAppJobs(SubscriptionResource, CancellationToken) |
Get the Container Apps Jobs in a given subscription.
|
GetContainerAppJobsAsync(SubscriptionResource, CancellationToken) |
Get the Container Apps Jobs in a given subscription.
|
GetContainerAppManagedEnvironments(SubscriptionResource, CancellationToken) |
Get all Managed Environments for a subscription.
|
GetContainerAppManagedEnvironmentsAsync(SubscriptionResource, CancellationToken) |
Get all Managed Environments for a subscription.
|
GetContainerApps(SubscriptionResource, CancellationToken) |
Get the Container Apps in a given subscription.
|
GetContainerAppsAsync(SubscriptionResource, CancellationToken) |
Get the Container Apps in a given subscription.
|
GetCustomDomainVerificationId(SubscriptionResource, CancellationToken) |
Get the verification id of a subscription used for verifying custom domains
|
GetCustomDomainVerificationIdAsync(SubscriptionResource, CancellationToken) |
Get the verification id of a subscription used for verifying custom domains
|
GetUsages(SubscriptionResource, AzureLocation, CancellationToken) |
Gets, for the specified location, the current resource usage information as well as the limits under the subscription.
|
GetUsagesAsync(SubscriptionResource, AzureLocation, CancellationToken) |
Gets, for the specified location, the current resource usage information as well as the limits under the subscription.
|
GetApplicationInsightsComponents(SubscriptionResource, CancellationToken) |
Gets a list of all Application Insights components within a subscription.
|
GetApplicationInsightsComponentsAsync(SubscriptionResource, CancellationToken) |
Gets a list of all Application Insights components within a subscription.
|
GetApplicationInsightsWebTests(SubscriptionResource, CancellationToken) |
Get all Application Insights web test definitions for the specified subscription.
|
GetApplicationInsightsWebTestsAsync(SubscriptionResource, CancellationToken) |
Get all Application Insights web test definitions for the specified subscription.
|
GetApplicationInsightsWorkbooks(SubscriptionResource, WorkbookCategoryType, IEnumerable<String>, Nullable<Boolean>, CancellationToken) |
Get all Workbooks defined within a specified subscription and category.
|
GetApplicationInsightsWorkbooksAsync(SubscriptionResource, WorkbookCategoryType, IEnumerable<String>, Nullable<Boolean>, CancellationToken) |
Get all Workbooks defined within a specified subscription and category.
|
GetMyWorkbooks(SubscriptionResource, CategoryType, IEnumerable<String>, Nullable<Boolean>, CancellationToken) |
Get all private workbooks defined within a specified subscription and category.
|
GetMyWorkbooksAsync(SubscriptionResource, CategoryType, IEnumerable<String>, Nullable<Boolean>, CancellationToken) |
Get all private workbooks defined within a specified subscription and category.
|
GetWebTests(SubscriptionResource, CancellationToken) |
Get all Application Insights web test definitions for the specified subscription.
|
GetWebTestsAsync(SubscriptionResource, CancellationToken) |
Get all Application Insights web test definitions for the specified subscription.
|
GetWorkbooks(SubscriptionResource, CategoryType, IEnumerable<String>, Nullable<Boolean>, CancellationToken) |
Get all Workbooks defined within a specified subscription and category.
|
GetWorkbooksAsync(SubscriptionResource, CategoryType, IEnumerable<String>, Nullable<Boolean>, CancellationToken) |
Get all Workbooks defined within a specified subscription and category.
|
GetContainerApps(SubscriptionResource, CancellationToken) |
Get the Container Apps in a given subscription. Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.App/containerApps Operation Id: ContainerApps_ListBySubscription |
GetContainerAppsAsync(SubscriptionResource, CancellationToken) |
Get the Container Apps in a given subscription. Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.App/containerApps Operation Id: ContainerApps_ListBySubscription |
GetManagedEnvironments(SubscriptionResource, CancellationToken) |
Get all Managed Environments for a subscription. Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.App/managedEnvironments Operation Id: ManagedEnvironments_ListBySubscription |
GetManagedEnvironmentsAsync(SubscriptionResource, CancellationToken) |
Get all Managed Environments for a subscription. Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.App/managedEnvironments Operation Id: ManagedEnvironments_ListBySubscription |
CheckAppPlatformNameAvailability(SubscriptionResource, AzureLocation, AppPlatformNameAvailabilityContent, CancellationToken) |
Checks that the resource name is valid and is not already in use.
|
CheckAppPlatformNameAvailabilityAsync(SubscriptionResource, AzureLocation, AppPlatformNameAvailabilityContent, CancellationToken) |
Checks that the resource name is valid and is not already in use.
|
GetAppPlatformServices(SubscriptionResource, CancellationToken) |
Handles requests to list all resources in a subscription.
|
GetAppPlatformServicesAsync(SubscriptionResource, CancellationToken) |
Handles requests to list all resources in a subscription.
|
GetSkus(SubscriptionResource, CancellationToken) |
Lists all of the available skus of the Microsoft.AppPlatform provider.
|
GetSkusAsync(SubscriptionResource, CancellationToken) |
Lists all of the available skus of the Microsoft.AppPlatform provider.
|
CheckAppServiceDomainRegistrationAvailability(SubscriptionResource, AppServiceDomainNameIdentifier, CancellationToken) |
Description for Check if a domain is available for registration.
|
CheckAppServiceDomainRegistrationAvailabilityAsync(SubscriptionResource, AppServiceDomainNameIdentifier, CancellationToken) |
Description for Check if a domain is available for registration.
|
CheckAppServiceNameAvailability(SubscriptionResource, ResourceNameAvailabilityContent, CancellationToken) |
Description for Check if a resource name is available.
|
CheckAppServiceNameAvailabilityAsync(SubscriptionResource, ResourceNameAvailabilityContent, CancellationToken) |
Description for Check if a resource name is available.
|
DisableAppServiceRecommendation(SubscriptionResource, String, CancellationToken) |
Description for Disables the specified rule so it will not apply to a subscription in the future.
|
DisableAppServiceRecommendationAsync(SubscriptionResource, String, CancellationToken) |
Description for Disables the specified rule so it will not apply to a subscription in the future.
|
GetAllResourceHealthMetadata(SubscriptionResource, CancellationToken) |
Description for List all ResourceHealthMetadata for all sites in the subscription.
|
GetAllResourceHealthMetadataAsync(SubscriptionResource, CancellationToken) |
Description for List all ResourceHealthMetadata for all sites in the subscription.
|
GetAllSiteIdentifierData(SubscriptionResource, AppServiceDomainNameIdentifier, CancellationToken) |
Description for List all apps that are assigned to a hostname.
|
GetAllSiteIdentifierDataAsync(SubscriptionResource, AppServiceDomainNameIdentifier, CancellationToken) |
Description for List all apps that are assigned to a hostname.
|
GetAppCertificates(SubscriptionResource, String, CancellationToken) |
Description for Get all certificates for a subscription.
|
GetAppCertificatesAsync(SubscriptionResource, String, CancellationToken) |
Description for Get all certificates for a subscription.
|
GetAppServiceCertificateOrders(SubscriptionResource, CancellationToken) |
Description for List all certificate orders in a subscription.
|
GetAppServiceCertificateOrdersAsync(SubscriptionResource, CancellationToken) |
Description for List all certificate orders in a subscription.
|
GetAppServiceDeploymentLocations(SubscriptionResource, CancellationToken) |
Description for Gets list of available geo regions plus ministamps
|
GetAppServiceDeploymentLocationsAsync(SubscriptionResource, CancellationToken) |
Description for Gets list of available geo regions plus ministamps
|
GetAppServiceDomainRecommendations(SubscriptionResource, DomainRecommendationSearchContent, CancellationToken) |
Description for Get domain name recommendations based on keywords.
|
GetAppServiceDomainRecommendationsAsync(SubscriptionResource, DomainRecommendationSearchContent, CancellationToken) |
Description for Get domain name recommendations based on keywords.
|
GetAppServiceDomains(SubscriptionResource, CancellationToken) |
Description for Get all domains in a subscription.
|
GetAppServiceDomainsAsync(SubscriptionResource, CancellationToken) |
Description for Get all domains in a subscription.
|
GetAppServiceEnvironments(SubscriptionResource, CancellationToken) |
Description for Get all App Service Environments for a subscription.
|
GetAppServiceEnvironmentsAsync(SubscriptionResource, CancellationToken) |
Description for Get all App Service Environments for a subscription.
|
GetAppServicePlans(SubscriptionResource, Nullable<Boolean>, CancellationToken) |
Description for Get all App Service plans for a subscription.
|
GetAppServicePlansAsync(SubscriptionResource, Nullable<Boolean>, CancellationToken) |
Description for Get all App Service plans for a subscription.
|
GetAseRegions(SubscriptionResource, CancellationToken) |
Description for get a list of available ASE regions and its supported Skus.
|
GetAseRegionsAsync(SubscriptionResource, CancellationToken) |
Description for get a list of available ASE regions and its supported Skus.
|
GetAvailableStacksOnPremProviders(SubscriptionResource, Nullable<ProviderOSTypeSelected>, CancellationToken) |
Description for Get available application frameworks and their versions
|
GetAvailableStacksOnPremProvidersAsync(SubscriptionResource, Nullable<ProviderOSTypeSelected>, CancellationToken) |
Description for Get available application frameworks and their versions
|
GetBillingMeters(SubscriptionResource, String, String, CancellationToken) |
Description for Gets a list of meters for a given location.
|
GetBillingMetersAsync(SubscriptionResource, String, String, CancellationToken) |
Description for Gets a list of meters for a given location.
|
GetControlCenterSsoRequestDomain(SubscriptionResource, CancellationToken) |
Description for Generate a single sign-on request for the domain management portal.
|
GetControlCenterSsoRequestDomainAsync(SubscriptionResource, CancellationToken) |
Description for Generate a single sign-on request for the domain management portal.
|
GetCustomHostNameSites(SubscriptionResource, String, CancellationToken) |
Get custom hostnames under this subscription
|
GetCustomHostNameSitesAsync(SubscriptionResource, String, CancellationToken) |
Get custom hostnames under this subscription
|
GetDeletedSite(SubscriptionResource, String, CancellationToken) |
Description for Get deleted app for a subscription.
|
GetDeletedSiteAsync(SubscriptionResource, String, CancellationToken) |
Description for Get deleted app for a subscription.
|
GetDeletedSites(SubscriptionResource) |
Gets a collection of DeletedSiteResources in the SubscriptionResource. MockingTo mock this method, please mock GetDeletedSites() instead. |
GetDeletedSitesByLocation(SubscriptionResource, AzureLocation, CancellationToken) |
Description for Get all deleted apps for a subscription at location
|
GetDeletedSitesByLocationAsync(SubscriptionResource, AzureLocation, CancellationToken) |
Description for Get all deleted apps for a subscription at location
|
GetDeletedWebAppByLocationDeletedWebApp(SubscriptionResource, AzureLocation, String, CancellationToken) |
Description for Get deleted app for a subscription at location.
|
GetDeletedWebAppByLocationDeletedWebAppAsync(SubscriptionResource, AzureLocation, String, CancellationToken) |
Description for Get deleted app for a subscription at location.
|
GetGeoRegions(SubscriptionResource, Nullable<AppServiceSkuName>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, CancellationToken) |
Description for Get a list of available geographical regions.
|
GetGeoRegionsAsync(SubscriptionResource, Nullable<AppServiceSkuName>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, CancellationToken) |
Description for Get a list of available geographical regions.
|
GetGetUsagesInLocations(SubscriptionResource, AzureLocation, CancellationToken) |
List usages in cores for all skus used by a subscription in a given location, for a specific quota type.
|
GetGetUsagesInLocationsAsync(SubscriptionResource, AzureLocation, CancellationToken) |
List usages in cores for all skus used by a subscription in a given location, for a specific quota type.
|
GetKubeEnvironments(SubscriptionResource, CancellationToken) |
Description for Get all Kubernetes Environments for a subscription.
|
GetKubeEnvironmentsAsync(SubscriptionResource, CancellationToken) |
Description for Get all Kubernetes Environments for a subscription.
|
GetPremierAddOnOffers(SubscriptionResource, CancellationToken) |
Description for List all premier add-on offers.
|
GetPremierAddOnOffersAsync(SubscriptionResource, CancellationToken) |
Description for List all premier add-on offers.
|
GetRecommendations(SubscriptionResource, Nullable<Boolean>, String, CancellationToken) |
Description for List all recommendations for a subscription.
|
GetRecommendationsAsync(SubscriptionResource, Nullable<Boolean>, String, CancellationToken) |
Description for List all recommendations for a subscription.
|
GetSkus(SubscriptionResource, CancellationToken) |
Description for List all SKUs.
|
GetSkusAsync(SubscriptionResource, CancellationToken) |
Description for List all SKUs.
|
GetStaticSites(SubscriptionResource, CancellationToken) |
Description for Get all Static Sites for a subscription.
|
GetStaticSitesAsync(SubscriptionResource, CancellationToken) |
Description for Get all Static Sites for a subscription.
|
GetTopLevelDomain(SubscriptionResource, String, CancellationToken) |
Description for Get details of a top-level domain.
|
GetTopLevelDomainAsync(SubscriptionResource, String, CancellationToken) |
Description for Get details of a top-level domain.
|
GetTopLevelDomains(SubscriptionResource) |
Gets a collection of TopLevelDomainResources in the SubscriptionResource. MockingTo mock this method, please mock GetTopLevelDomains() instead. |
GetWebSites(SubscriptionResource, CancellationToken) |
Description for Get all apps for a subscription.
|
GetWebSitesAsync(SubscriptionResource, CancellationToken) |
Description for Get all apps for a subscription.
|
PreviewStaticSiteWorkflow(SubscriptionResource, AzureLocation, StaticSitesWorkflowPreviewContent, CancellationToken) |
Description for Generates a preview workflow file for the static site
|
PreviewStaticSiteWorkflowAsync(SubscriptionResource, AzureLocation, StaticSitesWorkflowPreviewContent, CancellationToken) |
Description for Generates a preview workflow file for the static site
|
ResetAllRecommendationFilters(SubscriptionResource, CancellationToken) |
Description for Reset all recommendation opt-out settings for a subscription.
|
ResetAllRecommendationFiltersAsync(SubscriptionResource, CancellationToken) |
Description for Reset all recommendation opt-out settings for a subscription.
|
ValidateAppServiceCertificateOrderPurchaseInformation(SubscriptionResource, AppServiceCertificateOrderData, CancellationToken) |
Description for Validate information for a certificate order.
|
ValidateAppServiceCertificateOrderPurchaseInformationAsync(SubscriptionResource, AppServiceCertificateOrderData, CancellationToken) |
Description for Validate information for a certificate order.
|
VerifyHostingEnvironmentVnet(SubscriptionResource, AppServiceVirtualNetworkValidationContent, CancellationToken) |
Description for Verifies if this VNET is compatible with an App Service Environment by analyzing the Network Security Group rules.
|
VerifyHostingEnvironmentVnetAsync(SubscriptionResource, AppServiceVirtualNetworkValidationContent, CancellationToken) |
Description for Verifies if this VNET is compatible with an App Service Environment by analyzing the Network Security Group rules.
|
GetAstroOrganizations(SubscriptionResource, CancellationToken) |
List OrganizationResource resources by subscription ID
|
GetAstroOrganizationsAsync(SubscriptionResource, CancellationToken) |
List OrganizationResource resources by subscription ID
|
GetAttestationProviders(SubscriptionResource, CancellationToken) |
Returns a list of attestation providers in a subscription.
|
GetAttestationProvidersAsync(SubscriptionResource, CancellationToken) |
Returns a list of attestation providers in a subscription.
|
GetAttestationProvidersByDefaultProvider(SubscriptionResource, CancellationToken) |
Get the default provider
|
GetAttestationProvidersByDefaultProviderAsync(SubscriptionResource, CancellationToken) |
Get the default provider
|
GetDefaultByLocationAttestationProvider(SubscriptionResource, AzureLocation, CancellationToken) |
Get the default provider by location.
|
GetDefaultByLocationAttestationProviderAsync(SubscriptionResource, AzureLocation, CancellationToken) |
Get the default provider by location.
|
GetAuthorizationRoleDefinition(ArmResource, ResourceIdentifier, CancellationToken) |
Get role definition by name (GUID).
|
GetAuthorizationRoleDefinitionAsync(ArmResource, ResourceIdentifier, CancellationToken) |
Get role definition by name (GUID).
|
GetAuthorizationRoleDefinitions(ArmResource) |
Gets a collection of AuthorizationRoleDefinitionResources in the ArmResource. MockingTo mock this method, please mock GetAuthorizationRoleDefinitions() instead. |
GetClassicAdministrators(SubscriptionResource, CancellationToken) |
Gets service administrator, account administrator, and co-administrators for the subscription.
|
GetClassicAdministratorsAsync(SubscriptionResource, CancellationToken) |
Gets service administrator, account administrator, and co-administrators for the subscription.
|
GetDenyAssignment(ArmResource, String, CancellationToken) |
Get the specified deny assignment.
|
GetDenyAssignmentAsync(ArmResource, String, CancellationToken) |
Get the specified deny assignment.
|
GetDenyAssignments(ArmResource) |
Gets a collection of DenyAssignmentResources in the ArmResource. MockingTo mock this method, please mock GetDenyAssignments() instead. |
GetRoleAssignment(ArmResource, String, String, CancellationToken) |
Get a role assignment by scope and name.
|
GetRoleAssignmentAsync(ArmResource, String, String, CancellationToken) |
Get a role assignment by scope and name.
|
GetRoleAssignments(ArmResource) |
Gets a collection of RoleAssignmentResources in the ArmResource. MockingTo mock this method, please mock GetRoleAssignments() instead. |
GetRoleAssignmentSchedule(ArmResource, String, CancellationToken) |
Get the specified role assignment schedule for a resource scope
|
GetRoleAssignmentScheduleAsync(ArmResource, String, CancellationToken) |
Get the specified role assignment schedule for a resource scope
|
GetRoleAssignmentScheduleInstance(ArmResource, String, CancellationToken) |
Gets the specified role assignment schedule instance.
|
GetRoleAssignmentScheduleInstanceAsync(ArmResource, String, CancellationToken) |
Gets the specified role assignment schedule instance.
|
GetRoleAssignmentScheduleInstances(ArmResource) |
Gets a collection of RoleAssignmentScheduleInstanceResources in the ArmResource. MockingTo mock this method, please mock GetRoleAssignmentScheduleInstances() instead. |
GetRoleAssignmentScheduleRequest(ArmResource, String, CancellationToken) |
Get the specified role assignment schedule request.
|
GetRoleAssignmentScheduleRequestAsync(ArmResource, String, CancellationToken) |
Get the specified role assignment schedule request.
|
GetRoleAssignmentScheduleRequests(ArmResource) |
Gets a collection of RoleAssignmentScheduleRequestResources in the ArmResource. MockingTo mock this method, please mock GetRoleAssignmentScheduleRequests() instead. |
GetRoleAssignmentSchedules(ArmResource) |
Gets a collection of RoleAssignmentScheduleResources in the ArmResource. MockingTo mock this method, please mock GetRoleAssignmentSchedules() instead. |
GetRoleEligibilitySchedule(ArmResource, String, CancellationToken) |
Get the specified role eligibility schedule for a resource scope
|
GetRoleEligibilityScheduleAsync(ArmResource, String, CancellationToken) |
Get the specified role eligibility schedule for a resource scope
|
GetRoleEligibilityScheduleInstance(ArmResource, String, CancellationToken) |
Gets the specified role eligibility schedule instance.
|
GetRoleEligibilityScheduleInstanceAsync(ArmResource, String, CancellationToken) |
Gets the specified role eligibility schedule instance.
|
GetRoleEligibilityScheduleInstances(ArmResource) |
Gets a collection of RoleEligibilityScheduleInstanceResources in the ArmResource. MockingTo mock this method, please mock GetRoleEligibilityScheduleInstances() instead. |
GetRoleEligibilityScheduleRequest(ArmResource, String, CancellationToken) |
Get the specified role eligibility schedule request.
|
GetRoleEligibilityScheduleRequestAsync(ArmResource, String, CancellationToken) |
Get the specified role eligibility schedule request.
|
GetRoleEligibilityScheduleRequests(ArmResource) |
Gets a collection of RoleEligibilityScheduleRequestResources in the ArmResource. MockingTo mock this method, please mock GetRoleEligibilityScheduleRequests() instead. |
GetRoleEligibilitySchedules(ArmResource) |
Gets a collection of RoleEligibilityScheduleResources in the ArmResource. MockingTo mock this method, please mock GetRoleEligibilitySchedules() instead. |
GetRoleManagementPolicies(ArmResource) |
Gets a collection of RoleManagementPolicyResources in the ArmResource. MockingTo mock this method, please mock GetRoleManagementPolicies() instead. |
GetRoleManagementPolicy(ArmResource, String, CancellationToken) |
Get the specified role management policy for a resource scope
|
GetRoleManagementPolicyAssignment(ArmResource, String, CancellationToken) |
Get the specified role management policy assignment for a resource scope
|
GetRoleManagementPolicyAssignmentAsync(ArmResource, String, CancellationToken) |
Get the specified role management policy assignment for a resource scope
|
GetRoleManagementPolicyAssignments(ArmResource) |
Gets a collection of RoleManagementPolicyAssignmentResources in the ArmResource. MockingTo mock this method, please mock GetRoleManagementPolicyAssignments() instead. |
GetRoleManagementPolicyAsync(ArmResource, String, CancellationToken) |
Get the specified role management policy for a resource scope
|
GetAutomanageConfigurationProfiles(SubscriptionResource, CancellationToken) |
Retrieve a list of configuration profile within a subscription
|
GetAutomanageConfigurationProfilesAsync(SubscriptionResource, CancellationToken) |
Retrieve a list of configuration profile within a subscription
|
GetServicePrincipal(SubscriptionResource, CancellationToken) |
Get the Automanage AAD first party Application Service Principal details for the subscription id.
|
GetServicePrincipalAsync(SubscriptionResource, CancellationToken) |
Get the Automanage AAD first party Application Service Principal details for the subscription id.
|
GetServicePrincipals(SubscriptionResource, CancellationToken) |
Get the Automanage AAD first party Application Service Principal details for the subscription id.
|
GetServicePrincipalsAsync(SubscriptionResource, CancellationToken) |
Get the Automanage AAD first party Application Service Principal details for the subscription id.
|
GetAutomationAccounts(SubscriptionResource, CancellationToken) |
Retrieve a list of accounts within a given subscription.
|
GetAutomationAccountsAsync(SubscriptionResource, CancellationToken) |
Retrieve a list of accounts within a given subscription.
|
GetDeletedAutomationAccountsBySubscription(SubscriptionResource, CancellationToken) |
Retrieve deleted automation account.
|
GetDeletedAutomationAccountsBySubscriptionAsync(SubscriptionResource, CancellationToken) |
Retrieve deleted automation account.
|
CheckAvsQuotaAvailability(SubscriptionResource, AzureLocation, CancellationToken) |
Return quota for subscription by region
|
CheckAvsQuotaAvailabilityAsync(SubscriptionResource, AzureLocation, CancellationToken) |
Return quota for subscription by region
|
CheckAvsTrialAvailability(SubscriptionResource, AzureLocation, AvsSku, CancellationToken) |
Return trial status for subscription by region
|
CheckAvsTrialAvailabilityAsync(SubscriptionResource, AzureLocation, AvsSku, CancellationToken) |
Return trial status for subscription by region
|
GetAvsPrivateClouds(SubscriptionResource, CancellationToken) |
List PrivateCloud resources by subscription ID
|
GetAvsPrivateCloudsAsync(SubscriptionResource, CancellationToken) |
List PrivateCloud resources by subscription ID
|
CheckBatchNameAvailability(SubscriptionResource, AzureLocation, BatchNameAvailabilityContent, CancellationToken) |
Checks whether the Batch account name is available in the specified region.
|
CheckBatchNameAvailabilityAsync(SubscriptionResource, AzureLocation, BatchNameAvailabilityContent, CancellationToken) |
Checks whether the Batch account name is available in the specified region.
|
GetBatchAccounts(SubscriptionResource, CancellationToken) |
Gets information about the Batch accounts associated with the subscription.
|
GetBatchAccountsAsync(SubscriptionResource, CancellationToken) |
Gets information about the Batch accounts associated with the subscription.
|
GetBatchQuotas(SubscriptionResource, AzureLocation, CancellationToken) |
Gets the Batch service quotas for the specified subscription at the given location.
|
GetBatchQuotasAsync(SubscriptionResource, AzureLocation, CancellationToken) |
Gets the Batch service quotas for the specified subscription at the given location.
|
GetBatchSupportedCloudServiceSkus(SubscriptionResource, AzureLocation, Nullable<Int32>, String, CancellationToken) |
Gets the list of Batch supported Cloud Service VM sizes available at the given location.
|
GetBatchSupportedCloudServiceSkusAsync(SubscriptionResource, AzureLocation, Nullable<Int32>, String, CancellationToken) |
Gets the list of Batch supported Cloud Service VM sizes available at the given location.
|
GetBatchSupportedVirtualMachineSkus(SubscriptionResource, AzureLocation, Nullable<Int32>, String, CancellationToken) |
Gets the list of Batch supported Virtual Machine VM sizes available at the given location.
|
GetBatchSupportedVirtualMachineSkusAsync(SubscriptionResource, AzureLocation, Nullable<Int32>, String, CancellationToken) |
Gets the list of Batch supported Virtual Machine VM sizes available at the given location.
|
GetBillingProperty(SubscriptionResource) |
Gets an object representing a BillingPropertyResource along with the instance operations that can be performed on it in the SubscriptionResource. MockingTo mock this method, please mock GetBillingProperty() instead. |
GetSubscriptionPolicy(SubscriptionResource) |
Gets an object representing a SubscriptionPolicyResource along with the instance operations that can be performed on it in the SubscriptionResource. MockingTo mock this method, please mock GetSubscriptionPolicy() instead. |
GetBotConnectionServiceProviders(SubscriptionResource, CancellationToken) |
Lists the available Service Providers for creating Connection Settings
|
GetBotConnectionServiceProvidersAsync(SubscriptionResource, CancellationToken) |
Lists the available Service Providers for creating Connection Settings
|
GetBots(SubscriptionResource, CancellationToken) |
Returns all the resources of a particular type belonging to a subscription.
|
GetBotsAsync(SubscriptionResource, CancellationToken) |
Returns all the resources of a particular type belonging to a subscription.
|
GetBotServiceHostSettings(SubscriptionResource, CancellationToken) |
Get per subscription settings needed to host bot in compute resource such as Azure App Service
|
GetBotServiceHostSettingsAsync(SubscriptionResource, CancellationToken) |
Get per subscription settings needed to host bot in compute resource such as Azure App Service
|
GetBotServiceQnAMakerEndpointKey(SubscriptionResource, GetBotServiceQnAMakerEndpointKeyContent, CancellationToken) |
Lists the QnA Maker endpoint keys
|
GetBotServiceQnAMakerEndpointKeyAsync(SubscriptionResource, GetBotServiceQnAMakerEndpointKeyContent, CancellationToken) |
Lists the QnA Maker endpoint keys
|
CheckCdnNameAvailabilityWithSubscription(SubscriptionResource, CdnNameAvailabilityContent, CancellationToken) |
Check the availability of a resource name. This is needed for resources where name is globally unique, such as a CDN endpoint.
|
CheckCdnNameAvailabilityWithSubscriptionAsync(SubscriptionResource, CdnNameAvailabilityContent, CancellationToken) |
Check the availability of a resource name. This is needed for resources where name is globally unique, such as a CDN endpoint.
|
GetManagedRuleSets(SubscriptionResource, CancellationToken) |
Lists all available managed rule sets.
|
GetManagedRuleSetsAsync(SubscriptionResource, CancellationToken) |
Lists all available managed rule sets.
|
GetProfiles(SubscriptionResource, CancellationToken) |
Lists all of the Azure Front Door Standard, Azure Front Door Premium, and CDN profiles within an Azure subscription.
|
GetProfilesAsync(SubscriptionResource, CancellationToken) |
Lists all of the Azure Front Door Standard, Azure Front Door Premium, and CDN profiles within an Azure subscription.
|
GetResourceUsages(SubscriptionResource, CancellationToken) |
Check the quota and actual usage of the CDN profiles under the given subscription.
|
GetResourceUsagesAsync(SubscriptionResource, CancellationToken) |
Check the quota and actual usage of the CDN profiles under the given subscription.
|
ValidateProbe(SubscriptionResource, ValidateProbeContent, CancellationToken) |
Check if the probe path is a valid path and the file can be accessed. Probe path is the path to a file hosted on the origin server to help accelerate the delivery of dynamic content via the CDN endpoint. This path is relative to the origin path specified in the endpoint configuration.
|
ValidateProbeAsync(SubscriptionResource, ValidateProbeContent, CancellationToken) |
Check if the probe path is a valid path and the file can be accessed. Probe path is the path to a file hosted on the origin server to help accelerate the delivery of dynamic content via the CDN endpoint. This path is relative to the origin path specified in the endpoint configuration.
|
GetChangesBySubscription(SubscriptionResource, DateTimeOffset, DateTimeOffset, String, CancellationToken) |
List the changes of a subscription within the specified time range. Customer data will always be masked.
|
GetChangesBySubscriptionAsync(SubscriptionResource, DateTimeOffset, DateTimeOffset, String, CancellationToken) |
List the changes of a subscription within the specified time range. Customer data will always be masked.
|
GetChaosExperiments(SubscriptionResource, Nullable<Boolean>, String, CancellationToken) |
Get a list of Experiment resources in a subscription.
|
GetChaosExperimentsAsync(SubscriptionResource, Nullable<Boolean>, String, CancellationToken) |
Get a list of Experiment resources in a subscription.
|
GetChaosTargetType(SubscriptionResource, String, String, CancellationToken) |
Get a Target Type resources for given location.
|
GetChaosTargetTypeAsync(SubscriptionResource, String, String, CancellationToken) |
Get a Target Type resources for given location.
|
GetChaosTargetTypes(SubscriptionResource, String) |
Gets a collection of ChaosTargetTypeResources in the SubscriptionResource. MockingTo mock this method, please mock GetChaosTargetTypes(String) instead. |
CheckDomainAvailability(SubscriptionResource, CognitiveServicesDomainAvailabilityContent, CancellationToken) |
Check whether a domain is available.
|
CheckDomainAvailabilityAsync(SubscriptionResource, CognitiveServicesDomainAvailabilityContent, CancellationToken) |
Check whether a domain is available.
|
CheckSkuAvailability(SubscriptionResource, AzureLocation, CognitiveServicesSkuAvailabilityContent, CancellationToken) |
Check available SKUs.
|
CheckSkuAvailabilityAsync(SubscriptionResource, AzureLocation, CognitiveServicesSkuAvailabilityContent, CancellationToken) |
Check available SKUs.
|
GetCognitiveServicesAccounts(SubscriptionResource, CancellationToken) |
Returns all the resources of a particular type belonging to a subscription.
|
GetCognitiveServicesAccountsAsync(SubscriptionResource, CancellationToken) |
Returns all the resources of a particular type belonging to a subscription.
|
GetCognitiveServicesCommitmentPlans(SubscriptionResource, CancellationToken) |
Returns all the resources of a particular type belonging to a subscription.
|
GetCognitiveServicesCommitmentPlansAsync(SubscriptionResource, CancellationToken) |
Returns all the resources of a particular type belonging to a subscription.
|
GetCognitiveServicesDeletedAccount(SubscriptionResource, AzureLocation, String, String, CancellationToken) |
Returns a Cognitive Services account specified by the parameters.
|
GetCognitiveServicesDeletedAccountAsync(SubscriptionResource, AzureLocation, String, String, CancellationToken) |
Returns a Cognitive Services account specified by the parameters.
|
GetCognitiveServicesDeletedAccounts(SubscriptionResource) |
Gets a collection of CognitiveServicesDeletedAccountResources in the SubscriptionResource. MockingTo mock this method, please mock GetCognitiveServicesDeletedAccounts() instead. |
GetCommitmentTiers(SubscriptionResource, AzureLocation, CancellationToken) |
List Commitment Tiers.
|
GetCommitmentTiersAsync(SubscriptionResource, AzureLocation, CancellationToken) |
List Commitment Tiers.
|
GetDeletedAccounts(SubscriptionResource, CancellationToken) |
Returns all the resources of a particular type belonging to a subscription.
|
GetDeletedAccountsAsync(SubscriptionResource, CancellationToken) |
Returns all the resources of a particular type belonging to a subscription.
|
GetModels(SubscriptionResource, AzureLocation, CancellationToken) |
List Models.
|
GetModelsAsync(SubscriptionResource, AzureLocation, CancellationToken) |
List Models.
|
GetResourceSkus(SubscriptionResource, CancellationToken) |
Gets the list of Microsoft.CognitiveServices SKUs available for your Subscription.
|
GetResourceSkusAsync(SubscriptionResource, CancellationToken) |
Gets the list of Microsoft.CognitiveServices SKUs available for your Subscription.
|
GetUsages(SubscriptionResource, AzureLocation, String, CancellationToken) |
Get usages for the requested subscription
|
GetUsagesAsync(SubscriptionResource, AzureLocation, String, CancellationToken) |
Get usages for the requested subscription
|
CheckCommunicationNameAvailability(SubscriptionResource, CommunicationServiceNameAvailabilityContent, CancellationToken) |
Checks that the CommunicationService name is valid and is not already in use.
|
CheckCommunicationNameAvailabilityAsync(SubscriptionResource, CommunicationServiceNameAvailabilityContent, CancellationToken) |
Checks that the CommunicationService name is valid and is not already in use.
|
GetCommunicationServiceResources(SubscriptionResource, CancellationToken) |
Handles requests to list all resources in a subscription.
|
GetCommunicationServiceResourcesAsync(SubscriptionResource, CancellationToken) |
Handles requests to list all resources in a subscription.
|
GetEmailServiceResources(SubscriptionResource, CancellationToken) |
Handles requests to list all resources in a subscription.
|
GetEmailServiceResourcesAsync(SubscriptionResource, CancellationToken) |
Handles requests to list all resources in a subscription.
|
GetVerifiedExchangeOnlineDomainsEmailServices(SubscriptionResource, CancellationToken) |
Get a list of domains that are fully verified in Exchange Online.
|
GetVerifiedExchangeOnlineDomainsEmailServicesAsync(SubscriptionResource, CancellationToken) |
Get a list of domains that are fully verified in Exchange Online.
|
ExportLogAnalyticsRequestRateByInterval(SubscriptionResource, WaitUntil, AzureLocation, RequestRateByIntervalContent, CancellationToken) |
Export logs that show Api requests made by this subscription in the given time window to show throttling activities.
|
ExportLogAnalyticsRequestRateByIntervalAsync(SubscriptionResource, WaitUntil, AzureLocation, RequestRateByIntervalContent, CancellationToken) |
Export logs that show Api requests made by this subscription in the given time window to show throttling activities.
|
ExportLogAnalyticsThrottledRequests(SubscriptionResource, WaitUntil, AzureLocation, ThrottledRequestsContent, CancellationToken) |
Export logs that show total throttled Api requests for this subscription in the given time window.
|
ExportLogAnalyticsThrottledRequestsAsync(SubscriptionResource, WaitUntil, AzureLocation, ThrottledRequestsContent, CancellationToken) |
Export logs that show total throttled Api requests for this subscription in the given time window.
|
GetAvailabilitySets(SubscriptionResource, String, CancellationToken) |
Lists all availability sets in a subscription.
|
GetAvailabilitySetsAsync(SubscriptionResource, String, CancellationToken) |
Lists all availability sets in a subscription.
|
GetCapacityReservationGroups(SubscriptionResource, Nullable<CapacityReservationGroupGetExpand>, Nullable<ResourceIdOptionsForGetCapacityReservationGroup>, CancellationToken) |
Lists all of the capacity reservation groups in the subscription. Use the nextLink property in the response to get the next page of capacity reservation groups.
|
GetCapacityReservationGroupsAsync(SubscriptionResource, Nullable<CapacityReservationGroupGetExpand>, Nullable<ResourceIdOptionsForGetCapacityReservationGroup>, CancellationToken) |
Lists all of the capacity reservation groups in the subscription. Use the nextLink property in the response to get the next page of capacity reservation groups.
|
GetCloudServiceOSFamilies(SubscriptionResource, AzureLocation) |
Gets a collection of CloudServiceOSFamilyResources in the SubscriptionResource. MockingTo mock this method, please mock GetCloudServiceOSFamilies(AzureLocation) instead. |
GetCloudServiceOSFamily(SubscriptionResource, AzureLocation, String, CancellationToken) |
Gets properties of a guest operating system family that can be specified in the XML service configuration (.cscfg) for a cloud service.
|
GetCloudServiceOSFamilyAsync(SubscriptionResource, AzureLocation, String, CancellationToken) |
Gets properties of a guest operating system family that can be specified in the XML service configuration (.cscfg) for a cloud service.
|
GetCloudServiceOSVersion(SubscriptionResource, AzureLocation, String, CancellationToken) |
Gets properties of a guest operating system version that can be specified in the XML service configuration (.cscfg) for a cloud service.
|
GetCloudServiceOSVersionAsync(SubscriptionResource, AzureLocation, String, CancellationToken) |
Gets properties of a guest operating system version that can be specified in the XML service configuration (.cscfg) for a cloud service.
|
GetCloudServiceOSVersions(SubscriptionResource, AzureLocation) |
Gets a collection of CloudServiceOSVersionResources in the SubscriptionResource. MockingTo mock this method, please mock GetCloudServiceOSVersions(AzureLocation) instead. |
GetCloudServices(SubscriptionResource, CancellationToken) |
Gets a list of all cloud services in the subscription, regardless of the associated resource group. Use nextLink property in the response to get the next page of Cloud Services. Do this till nextLink is null to fetch all the Cloud Services.
|
GetCloudServicesAsync(SubscriptionResource, CancellationToken) |
Gets a list of all cloud services in the subscription, regardless of the associated resource group. Use nextLink property in the response to get the next page of Cloud Services. Do this till nextLink is null to fetch all the Cloud Services.
|
GetCommunityGalleries(SubscriptionResource) |
Gets a collection of CommunityGalleryResources in the SubscriptionResource. MockingTo mock this method, please mock GetCommunityGalleries() instead. |
GetCommunityGallery(SubscriptionResource, AzureLocation, String, CancellationToken) |
Get a community gallery by gallery public name.
|
GetCommunityGalleryAsync(SubscriptionResource, AzureLocation, String, CancellationToken) |
Get a community gallery by gallery public name.
|
GetComputeResourceSkus(SubscriptionResource, String, String, CancellationToken) |
Gets the list of Microsoft.Compute SKUs available for your Subscription.
|
GetComputeResourceSkusAsync(SubscriptionResource, String, String, CancellationToken) |
Gets the list of Microsoft.Compute SKUs available for your Subscription.
|
GetDedicatedHostGroups(SubscriptionResource, CancellationToken) |
Lists all of the dedicated host groups in the subscription. Use the nextLink property in the response to get the next page of dedicated host groups.
|
GetDedicatedHostGroupsAsync(SubscriptionResource, CancellationToken) |
Lists all of the dedicated host groups in the subscription. Use the nextLink property in the response to get the next page of dedicated host groups.
|
GetDiskAccesses(SubscriptionResource, CancellationToken) |
Lists all the disk access resources under a subscription.
|
GetDiskAccessesAsync(SubscriptionResource, CancellationToken) |
Lists all the disk access resources under a subscription.
|
GetDiskEncryptionSets(SubscriptionResource, CancellationToken) |
Lists all the disk encryption sets under a subscription.
|
GetDiskEncryptionSetsAsync(SubscriptionResource, CancellationToken) |
Lists all the disk encryption sets under a subscription.
|
GetDiskImages(SubscriptionResource, CancellationToken) |
Gets the list of Images in the subscription. Use nextLink property in the response to get the next page of Images. Do this till nextLink is null to fetch all the Images.
|
GetDiskImagesAsync(SubscriptionResource, CancellationToken) |
Gets the list of Images in the subscription. Use nextLink property in the response to get the next page of Images. Do this till nextLink is null to fetch all the Images.
|
GetGalleries(SubscriptionResource, CancellationToken) |
List galleries under a subscription.
|
GetGalleriesAsync(SubscriptionResource, CancellationToken) |
List galleries under a subscription.
|
GetManagedDisks(SubscriptionResource, CancellationToken) |
Lists all the disks under a subscription.
|
GetManagedDisksAsync(SubscriptionResource, CancellationToken) |
Lists all the disks under a subscription.
|
GetOffersVirtualMachineImagesEdgeZones(SubscriptionResource, AzureLocation, String, String, CancellationToken) |
Gets a list of virtual machine image offers for the specified location, edge zone and publisher.
|
GetOffersVirtualMachineImagesEdgeZonesAsync(SubscriptionResource, AzureLocation, String, String, CancellationToken) |
Gets a list of virtual machine image offers for the specified location, edge zone and publisher.
|
GetProximityPlacementGroups(SubscriptionResource, CancellationToken) |
Lists all proximity placement groups in a subscription.
|
GetProximityPlacementGroupsAsync(SubscriptionResource, CancellationToken) |
Lists all proximity placement groups in a subscription.
|
GetPublishersVirtualMachineImagesEdgeZones(SubscriptionResource, AzureLocation, String, CancellationToken) |
Gets a list of virtual machine image publishers for the specified Azure location and edge zone.
|
GetPublishersVirtualMachineImagesEdgeZonesAsync(SubscriptionResource, AzureLocation, String, CancellationToken) |
Gets a list of virtual machine image publishers for the specified Azure location and edge zone.
|
GetRestorePointGroups(SubscriptionResource, CancellationToken) |
Gets the list of restore point collections in the subscription. Use nextLink property in the response to get the next page of restore point collections. Do this till nextLink is not null to fetch all the restore point collections.
|
GetRestorePointGroupsAsync(SubscriptionResource, CancellationToken) |
Gets the list of restore point collections in the subscription. Use nextLink property in the response to get the next page of restore point collections. Do this till nextLink is not null to fetch all the restore point collections.
|
GetSharedGalleries(SubscriptionResource, AzureLocation) |
Gets a collection of SharedGalleryResources in the SubscriptionResource. MockingTo mock this method, please mock GetSharedGalleries(AzureLocation) instead. |
GetSharedGallery(SubscriptionResource, AzureLocation, String, CancellationToken) |
Get a shared gallery by subscription id or tenant id.
|
GetSharedGalleryAsync(SubscriptionResource, AzureLocation, String, CancellationToken) |
Get a shared gallery by subscription id or tenant id.
|
GetSnapshots(SubscriptionResource, CancellationToken) |
Lists snapshots under a subscription.
|
GetSnapshotsAsync(SubscriptionResource, CancellationToken) |
Lists snapshots under a subscription.
|
GetSshPublicKeys(SubscriptionResource, CancellationToken) |
Lists all of the SSH public keys in the subscription. Use the nextLink property in the response to get the next page of SSH public keys.
|
GetSshPublicKeysAsync(SubscriptionResource, CancellationToken) |
Lists all of the SSH public keys in the subscription. Use the nextLink property in the response to get the next page of SSH public keys.
|
GetUsages(SubscriptionResource, AzureLocation, CancellationToken) |
Gets, for the specified location, the current compute resource usage information as well as the limits for compute resources under the subscription.
|
GetUsagesAsync(SubscriptionResource, AzureLocation, CancellationToken) |
Gets, for the specified location, the current compute resource usage information as well as the limits for compute resources under the subscription.
|
GetVirtualMachineExtensionImage(SubscriptionResource, AzureLocation, String, String, String, CancellationToken) |
Gets a virtual machine extension image.
|
GetVirtualMachineExtensionImageAsync(SubscriptionResource, AzureLocation, String, String, String, CancellationToken) |
Gets a virtual machine extension image.
|
GetVirtualMachineExtensionImages(SubscriptionResource, AzureLocation, String) |
Gets a collection of VirtualMachineExtensionImageResources in the SubscriptionResource. MockingTo mock this method, please mock GetVirtualMachineExtensionImages(AzureLocation, String) instead. |
GetVirtualMachineImage(SubscriptionResource, AzureLocation, String, String, String, String, CancellationToken) |
Gets a virtual machine image.
|
GetVirtualMachineImageAsync(SubscriptionResource, AzureLocation, String, String, String, String, CancellationToken) |
Gets a virtual machine image.
|
GetVirtualMachineImageEdgeZoneSkus(SubscriptionResource, AzureLocation, String, String, String, CancellationToken) |
Gets a list of virtual machine image SKUs for the specified location, edge zone, publisher, and offer.
|
GetVirtualMachineImageEdgeZoneSkusAsync(SubscriptionResource, AzureLocation, String, String, String, CancellationToken) |
Gets a list of virtual machine image SKUs for the specified location, edge zone, publisher, and offer.
|
GetVirtualMachineImageOffers(SubscriptionResource, AzureLocation, String, CancellationToken) |
Gets a list of virtual machine image offers for the specified location and publisher.
|
GetVirtualMachineImageOffersAsync(SubscriptionResource, AzureLocation, String, CancellationToken) |
Gets a list of virtual machine image offers for the specified location and publisher.
|
GetVirtualMachineImagePublishers(SubscriptionResource, AzureLocation, CancellationToken) |
Gets a list of virtual machine image publishers for the specified Azure location.
|
GetVirtualMachineImagePublishersAsync(SubscriptionResource, AzureLocation, CancellationToken) |
Gets a list of virtual machine image publishers for the specified Azure location.
|
GetVirtualMachineImages(SubscriptionResource, AzureLocation, String, String, String, String, Nullable<Int32>, String, CancellationToken) |
Gets a list of all virtual machine image versions for the specified location, publisher, offer, and SKU.
|
GetVirtualMachineImages(SubscriptionResource, SubscriptionResourceGetVirtualMachineImagesOptions, CancellationToken) |
Gets a list of all virtual machine image versions for the specified location, publisher, offer, and SKU.
|
GetVirtualMachineImagesAsync(SubscriptionResource, AzureLocation, String, String, String, String, Nullable<Int32>, String, CancellationToken) |
Gets a list of all virtual machine image versions for the specified location, publisher, offer, and SKU.
|
GetVirtualMachineImagesAsync(SubscriptionResource, SubscriptionResourceGetVirtualMachineImagesOptions, CancellationToken) |
Gets a list of all virtual machine image versions for the specified location, publisher, offer, and SKU.
|
GetVirtualMachineImagesByEdgeZone(SubscriptionResource, AzureLocation, String, CancellationToken) |
Gets a list of all virtual machine image versions for the specified edge zone
|
GetVirtualMachineImagesByEdgeZoneAsync(SubscriptionResource, AzureLocation, String, CancellationToken) |
Gets a list of all virtual machine image versions for the specified edge zone
|
GetVirtualMachineImagesEdgeZone(SubscriptionResource, AzureLocation, String, String, String, String, String, CancellationToken) |
Gets a virtual machine image in an edge zone.
|
GetVirtualMachineImagesEdgeZone(SubscriptionResource, SubscriptionResourceGetVirtualMachineImagesEdgeZoneOptions, CancellationToken) |
Gets a virtual machine image in an edge zone.
|
GetVirtualMachineImagesEdgeZoneAsync(SubscriptionResource, AzureLocation, String, String, String, String, String, CancellationToken) |
Gets a virtual machine image in an edge zone.
|
GetVirtualMachineImagesEdgeZoneAsync(SubscriptionResource, SubscriptionResourceGetVirtualMachineImagesEdgeZoneOptions, CancellationToken) |
Gets a virtual machine image in an edge zone.
|
GetVirtualMachineImagesEdgeZones(SubscriptionResource, AzureLocation, String, String, String, String, String, Nullable<Int32>, String, CancellationToken) |
Gets a list of all virtual machine image versions for the specified location, edge zone, publisher, offer, and SKU.
|
GetVirtualMachineImagesEdgeZones(SubscriptionResource, SubscriptionResourceGetVirtualMachineImagesEdgeZonesOptions, CancellationToken) |
Gets a list of all virtual machine image versions for the specified location, edge zone, publisher, offer, and SKU.
|
GetVirtualMachineImagesEdgeZonesAsync(SubscriptionResource, AzureLocation, String, String, String, String, String, Nullable<Int32>, String, CancellationToken) |
Gets a list of all virtual machine image versions for the specified location, edge zone, publisher, offer, and SKU.
|
GetVirtualMachineImagesEdgeZonesAsync(SubscriptionResource, SubscriptionResourceGetVirtualMachineImagesEdgeZonesOptions, CancellationToken) |
Gets a list of all virtual machine image versions for the specified location, edge zone, publisher, offer, and SKU.
|
GetVirtualMachineImageSkus(SubscriptionResource, AzureLocation, String, String, CancellationToken) |
Gets a list of virtual machine image SKUs for the specified location, publisher, and offer.
|
GetVirtualMachineImageSkusAsync(SubscriptionResource, AzureLocation, String, String, CancellationToken) |
Gets a list of virtual machine image SKUs for the specified location, publisher, and offer.
|
GetVirtualMachineRunCommand(SubscriptionResource, AzureLocation, String, CancellationToken) |
Gets specific run command for a subscription in a location.
|
GetVirtualMachineRunCommandAsync(SubscriptionResource, AzureLocation, String, CancellationToken) |
Gets specific run command for a subscription in a location.
|
GetVirtualMachineRunCommands(SubscriptionResource, AzureLocation, CancellationToken) |
Lists all available run commands for a subscription in a location.
|
GetVirtualMachineRunCommandsAsync(SubscriptionResource, AzureLocation, CancellationToken) |
Lists all available run commands for a subscription in a location.
|
GetVirtualMachines(SubscriptionResource, String, String, Nullable<ExpandTypesForListVm>, CancellationToken) |
Lists all of the virtual machines in the specified subscription. Use the nextLink property in the response to get the next page of virtual machines.
|
GetVirtualMachinesAsync(SubscriptionResource, String, String, Nullable<ExpandTypesForListVm>, CancellationToken) |
Lists all of the virtual machines in the specified subscription. Use the nextLink property in the response to get the next page of virtual machines.
|
GetVirtualMachinesByLocation(SubscriptionResource, AzureLocation, CancellationToken) |
Gets all the virtual machines under the specified subscription for the specified location.
|
GetVirtualMachinesByLocationAsync(SubscriptionResource, AzureLocation, CancellationToken) |
Gets all the virtual machines under the specified subscription for the specified location.
|
GetVirtualMachineScaleSets(SubscriptionResource, CancellationToken) |
Gets a list of all VM Scale Sets in the subscription, regardless of the associated resource group. Use nextLink property in the response to get the next page of VM Scale Sets. Do this till nextLink is null to fetch all the VM Scale Sets.
|
GetVirtualMachineScaleSetsAsync(SubscriptionResource, CancellationToken) |
Gets a list of all VM Scale Sets in the subscription, regardless of the associated resource group. Use nextLink property in the response to get the next page of VM Scale Sets. Do this till nextLink is null to fetch all the VM Scale Sets.
|
GetVirtualMachineScaleSetsByLocation(SubscriptionResource, AzureLocation, CancellationToken) |
Gets all the VM scale sets under the specified subscription for the specified location.
|
GetVirtualMachineScaleSetsByLocationAsync(SubscriptionResource, AzureLocation, CancellationToken) |
Gets all the VM scale sets under the specified subscription for the specified location.
|
GetVirtualMachineSizes(SubscriptionResource, AzureLocation, CancellationToken) |
This API is deprecated. Use Resources Skus
|
GetVirtualMachineSizesAsync(SubscriptionResource, AzureLocation, CancellationToken) |
This API is deprecated. Use Resources Skus
|
GetComputeFleets(SubscriptionResource, CancellationToken) |
List Fleet resources by subscription ID
|
GetComputeFleetsAsync(SubscriptionResource, CancellationToken) |
List Fleet resources by subscription ID
|
CancelVirtualMachineOperations(SubscriptionResource, String, CancelOperationsContent, CancellationToken) |
virtualMachinesCancelOperations: cancelOperations for a virtual machine
|
CancelVirtualMachineOperationsAsync(SubscriptionResource, String, CancelOperationsContent, CancellationToken) |
virtualMachinesCancelOperations: cancelOperations for a virtual machine
|
ExecuteVirtualMachineDeallocate(SubscriptionResource, String, ExecuteDeallocateContent, CancellationToken) |
virtualMachinesExecuteDeallocate: executeDeallocate for a virtual machine
|
ExecuteVirtualMachineDeallocateAsync(SubscriptionResource, String, ExecuteDeallocateContent, CancellationToken) |
virtualMachinesExecuteDeallocate: executeDeallocate for a virtual machine
|
ExecuteVirtualMachineHibernate(SubscriptionResource, String, ExecuteHibernateContent, CancellationToken) |
virtualMachinesExecuteHibernate: executeHibernate for a virtual machine
|
ExecuteVirtualMachineHibernateAsync(SubscriptionResource, String, ExecuteHibernateContent, CancellationToken) |
virtualMachinesExecuteHibernate: executeHibernate for a virtual machine
|
ExecuteVirtualMachineStart(SubscriptionResource, String, ExecuteStartContent, CancellationToken) |
virtualMachinesExecuteStart: executeStart for a virtual machine
|
ExecuteVirtualMachineStartAsync(SubscriptionResource, String, ExecuteStartContent, CancellationToken) |
virtualMachinesExecuteStart: executeStart for a virtual machine
|
GetVirtualMachineOperationErrors(SubscriptionResource, String, GetOperationErrorsContent, CancellationToken) |
virtualMachinesGetOperationErrors: getOperationErrors associated with an operation on a virtual machine
|
GetVirtualMachineOperationErrorsAsync(SubscriptionResource, String, GetOperationErrorsContent, CancellationToken) |
virtualMachinesGetOperationErrors: getOperationErrors associated with an operation on a virtual machine
|
GetVirtualMachineOperationStatus(SubscriptionResource, String, GetOperationStatusContent, CancellationToken) |
virtualMachinesGetOperationStatus: getOperationStatus for a virtual machine
|
GetVirtualMachineOperationStatusAsync(SubscriptionResource, String, GetOperationStatusContent, CancellationToken) |
virtualMachinesGetOperationStatus: getOperationStatus for a virtual machine
|
SubmitVirtualMachineDeallocate(SubscriptionResource, String, SubmitDeallocateContent, CancellationToken) |
virtualMachinesSubmitDeallocate: submitDeallocate for a virtual machine
|
SubmitVirtualMachineDeallocateAsync(SubscriptionResource, String, SubmitDeallocateContent, CancellationToken) |
virtualMachinesSubmitDeallocate: submitDeallocate for a virtual machine
|
SubmitVirtualMachineHibernate(SubscriptionResource, String, SubmitHibernateContent, CancellationToken) |
virtualMachinesSubmitHibernate: submitHibernate for a virtual machine
|
SubmitVirtualMachineHibernateAsync(SubscriptionResource, String, SubmitHibernateContent, CancellationToken) |
virtualMachinesSubmitHibernate: submitHibernate for a virtual machine
|
SubmitVirtualMachineStart(SubscriptionResource, String, SubmitStartContent, CancellationToken) |
virtualMachinesSubmitStart: submitStart for a virtual machine
|
SubmitVirtualMachineStartAsync(SubscriptionResource, String, SubmitStartContent, CancellationToken) |
virtualMachinesSubmitStart: submitStart for a virtual machine
|
CheckConfidentialLedgerNameAvailability(SubscriptionResource, ConfidentialLedgerNameAvailabilityContent, CancellationToken) |
To check whether a resource name is available.
|
CheckConfidentialLedgerNameAvailabilityAsync(SubscriptionResource, ConfidentialLedgerNameAvailabilityContent, CancellationToken) |
To check whether a resource name is available.
|
GetConfidentialLedgers(SubscriptionResource, String, CancellationToken) |
Retrieves the properties of all Confidential Ledgers.
|
GetConfidentialLedgersAsync(SubscriptionResource, String, CancellationToken) |
Retrieves the properties of all Confidential Ledgers.
|
GetManagedCcfs(SubscriptionResource, String, CancellationToken) |
Retrieves the properties of all Managed CCF.
|
GetManagedCcfsAsync(SubscriptionResource, String, CancellationToken) |
Retrieves the properties of all Managed CCF.
|
CreateMarketplaceAgreement(SubscriptionResource, ConfluentAgreement, CancellationToken) |
Create Confluent Marketplace agreement in the subscription.
|
CreateMarketplaceAgreementAsync(SubscriptionResource, ConfluentAgreement, CancellationToken) |
Create Confluent Marketplace agreement in the subscription.
|
GetConfluentOrganizations(SubscriptionResource, CancellationToken) |
List all organizations under the specified subscription.
|
GetConfluentOrganizationsAsync(SubscriptionResource, CancellationToken) |
List all organizations under the specified subscription.
|
GetMarketplaceAgreements(SubscriptionResource, CancellationToken) |
List Confluent marketplace agreements in the subscription.
|
GetMarketplaceAgreementsAsync(SubscriptionResource, CancellationToken) |
List Confluent marketplace agreements in the subscription.
|
GetResourcePools(SubscriptionResource, CancellationToken) |
List of resourcePools in a subscription.
|
GetResourcePoolsAsync(SubscriptionResource, CancellationToken) |
List of resourcePools in a subscription.
|
GetVCenters(SubscriptionResource, CancellationToken) |
List of vCenters in a subscription.
|
GetVCentersAsync(SubscriptionResource, CancellationToken) |
List of vCenters in a subscription.
|
GetVirtualMachines(SubscriptionResource, CancellationToken) |
List of virtualMachines in a subscription.
|
GetVirtualMachinesAsync(SubscriptionResource, CancellationToken) |
List of virtualMachines in a subscription.
|
GetVirtualMachineTemplates(SubscriptionResource, CancellationToken) |
List of virtualMachineTemplates in a subscription.
|
GetVirtualMachineTemplatesAsync(SubscriptionResource, CancellationToken) |
List of virtualMachineTemplates in a subscription.
|
GetVirtualNetworks(SubscriptionResource, CancellationToken) |
List of virtualNetworks in a subscription.
|
GetVirtualNetworksAsync(SubscriptionResource, CancellationToken) |
List of virtualNetworks in a subscription.
|
GetVMwareClusters(SubscriptionResource, CancellationToken) |
List of clusters in a subscription.
|
GetVMwareClustersAsync(SubscriptionResource, CancellationToken) |
List of clusters in a subscription.
|
GetVMwareDatastores(SubscriptionResource, CancellationToken) |
List of datastores in a subscription.
|
GetVMwareDatastoresAsync(SubscriptionResource, CancellationToken) |
List of datastores in a subscription.
|
GetVMwareHosts(SubscriptionResource, CancellationToken) |
List of hosts in a subscription.
|
GetVMwareHostsAsync(SubscriptionResource, CancellationToken) |
List of hosts in a subscription.
|
GetVMwareResourcePools(SubscriptionResource, CancellationToken) |
List of resourcePools in a subscription.
|
GetVMwareResourcePoolsAsync(SubscriptionResource, CancellationToken) |
List of resourcePools in a subscription.
|
GetVMwareVCenters(SubscriptionResource, CancellationToken) |
List of vCenters in a subscription.
|
GetVMwareVCentersAsync(SubscriptionResource, CancellationToken) |
List of vCenters in a subscription.
|
GetVMwareVirtualNetworks(SubscriptionResource, CancellationToken) |
List of virtualNetworks in a subscription.
|
GetVMwareVirtualNetworksAsync(SubscriptionResource, CancellationToken) |
List of virtualNetworks in a subscription.
|
GetVMwareVmTemplates(SubscriptionResource, CancellationToken) |
List of virtualMachineTemplates in a subscription.
|
GetVMwareVmTemplatesAsync(SubscriptionResource, CancellationToken) |
List of virtualMachineTemplates in a subscription.
|
GetPriceSheet(SubscriptionResource, String, String, Nullable<Int32>, CancellationToken) |
Gets the price sheet for a subscription. Price sheet is available via this API only for May 1, 2014 or later.
|
GetPriceSheetAsync(SubscriptionResource, String, String, Nullable<Int32>, CancellationToken) |
Gets the price sheet for a subscription. Price sheet is available via this API only for May 1, 2014 or later.
|
GetCachedImagesWithLocation(SubscriptionResource, AzureLocation, CancellationToken) |
Get the list of cached images on specific OS type for a subscription in a region.
|
GetCachedImagesWithLocationAsync(SubscriptionResource, AzureLocation, CancellationToken) |
Get the list of cached images on specific OS type for a subscription in a region.
|
GetCapabilitiesWithLocation(SubscriptionResource, AzureLocation, CancellationToken) |
Get the list of CPU/memory/GPU capabilities of a region.
|
GetCapabilitiesWithLocationAsync(SubscriptionResource, AzureLocation, CancellationToken) |
Get the list of CPU/memory/GPU capabilities of a region.
|
GetContainerGroupProfiles(SubscriptionResource, CancellationToken) |
Get a list of container group profiles in the specified subscription. This operation returns properties of each container group profile including containers, image registry credentials, restart policy, IP address type, OS type,volumes,current revision number, etc.
|
GetContainerGroupProfilesAsync(SubscriptionResource, CancellationToken) |
Get a list of container group profiles in the specified subscription. This operation returns properties of each container group profile including containers, image registry credentials, restart policy, IP address type, OS type,volumes,current revision number, etc.
|
GetContainerGroups(SubscriptionResource, CancellationToken) |
Get a list of container groups in the specified subscription. This operation returns properties of each container group including containers, image registry credentials, restart policy, IP address type, OS type, state, and volumes.
|
GetContainerGroupsAsync(SubscriptionResource, CancellationToken) |
Get a list of container groups in the specified subscription. This operation returns properties of each container group including containers, image registry credentials, restart policy, IP address type, OS type, state, and volumes.
|
GetUsagesWithLocation(SubscriptionResource, AzureLocation, CancellationToken) |
Get the usage for a subscription
|
GetUsagesWithLocationAsync(SubscriptionResource, AzureLocation, CancellationToken) |
Get the usage for a subscription
|
CheckContainerRegistryNameAvailability(SubscriptionResource, ContainerRegistryNameAvailabilityContent, CancellationToken) |
Checks whether the container registry name is available for use. The name must contain only alphanumeric characters, be globally unique, and between 5 and 50 characters in length.
|
CheckContainerRegistryNameAvailabilityAsync(SubscriptionResource, ContainerRegistryNameAvailabilityContent, CancellationToken) |
Checks whether the container registry name is available for use. The name must contain only alphanumeric characters, be globally unique, and between 5 and 50 characters in length.
|
GetContainerRegistries(SubscriptionResource, CancellationToken) |
Lists all the container registries under the specified subscription.
|
GetContainerRegistriesAsync(SubscriptionResource, CancellationToken) |
Lists all the container registries under the specified subscription.
|
GetAgentPoolSnapshots(SubscriptionResource, CancellationToken) |
Gets a list of snapshots in the specified subscription.
|
GetAgentPoolSnapshotsAsync(SubscriptionResource, CancellationToken) |
Gets a list of snapshots in the specified subscription.
|
GetContainerServiceFleets(SubscriptionResource, CancellationToken) |
Lists fleets in the specified subscription.
|
GetContainerServiceFleetsAsync(SubscriptionResource, CancellationToken) |
Lists fleets in the specified subscription.
|
GetContainerServiceManagedClusters(SubscriptionResource, CancellationToken) |
Gets a list of managed clusters in the specified subscription.
|
GetContainerServiceManagedClustersAsync(SubscriptionResource, CancellationToken) |
Gets a list of managed clusters in the specified subscription.
|
GetKubernetesVersionsManagedCluster(SubscriptionResource, AzureLocation, CancellationToken) |
Contains extra metadata on the version, including supported patch versions, capabilities, available upgrades, and details on preview status of the version
|
GetKubernetesVersionsManagedClusterAsync(SubscriptionResource, AzureLocation, CancellationToken) |
Contains extra metadata on the version, including supported patch versions, capabilities, available upgrades, and details on preview status of the version
|
GetManagedClusterSnapshots(SubscriptionResource, CancellationToken) |
Gets a list of managed cluster snapshots in the specified subscription.
|
GetManagedClusterSnapshotsAsync(SubscriptionResource, CancellationToken) |
Gets a list of managed cluster snapshots in the specified subscription.
|
GetMeshRevisionProfile(SubscriptionResource, AzureLocation, String, CancellationToken) |
Contains extra metadata on the revision, including supported revisions, cluster compatibility and available upgrades
|
GetMeshRevisionProfileAsync(SubscriptionResource, AzureLocation, String, CancellationToken) |
Contains extra metadata on the revision, including supported revisions, cluster compatibility and available upgrades
|
GetMeshRevisionProfiles(SubscriptionResource, AzureLocation) |
Gets a collection of MeshRevisionProfileResources in the SubscriptionResource. MockingTo mock this method, please mock GetMeshRevisionProfiles(AzureLocation) instead. |
GetOSOptionProfile(SubscriptionResource, AzureLocation) |
Gets an object representing a OSOptionProfileResource along with the instance operations that can be performed on it in the SubscriptionResource. |
GetTrustedAccessRoles(SubscriptionResource, AzureLocation, CancellationToken) |
List supported trusted access roles.
|
GetTrustedAccessRolesAsync(SubscriptionResource, AzureLocation, CancellationToken) |
List supported trusted access roles.
|
GetContainerServiceFleets(SubscriptionResource, CancellationToken) |
Lists fleets in the specified subscription.
|
GetContainerServiceFleetsAsync(SubscriptionResource, CancellationToken) |
Lists fleets in the specified subscription.
|
GetCassandraClusters(SubscriptionResource, CancellationToken) |
List all managed Cassandra clusters in this subscription.
|
GetCassandraClustersAsync(SubscriptionResource, CancellationToken) |
List all managed Cassandra clusters in this subscription.
|
GetCosmosDBAccounts(SubscriptionResource, CancellationToken) |
Lists all the Azure Cosmos DB database accounts available under the subscription.
|
GetCosmosDBAccountsAsync(SubscriptionResource, CancellationToken) |
Lists all the Azure Cosmos DB database accounts available under the subscription.
|
GetCosmosDBLocation(SubscriptionResource, AzureLocation, CancellationToken) |
Get the properties of an existing Cosmos DB location
|
GetCosmosDBLocationAsync(SubscriptionResource, AzureLocation, CancellationToken) |
Get the properties of an existing Cosmos DB location
|
GetCosmosDBLocations(SubscriptionResource) |
Gets a collection of CosmosDBLocationResources in the SubscriptionResource. MockingTo mock this method, please mock GetCosmosDBLocations() instead. |
GetCosmosDBThroughputPools(SubscriptionResource, CancellationToken) |
Lists all the Azure Cosmos DB Throughput Pools available under the subscription.
|
GetCosmosDBThroughputPoolsAsync(SubscriptionResource, CancellationToken) |
Lists all the Azure Cosmos DB Throughput Pools available under the subscription.
|
GetRestorableCosmosDBAccounts(SubscriptionResource, CancellationToken) |
Lists all the restorable Azure Cosmos DB database accounts available under the subscription. This call requires 'Microsoft.DocumentDB/locations/restorableDatabaseAccounts/read' permission.
|
GetRestorableCosmosDBAccountsAsync(SubscriptionResource, CancellationToken) |
Lists all the restorable Azure Cosmos DB database accounts available under the subscription. This call requires 'Microsoft.DocumentDB/locations/restorableDatabaseAccounts/read' permission.
|
CheckCosmosDBForPostgreSqlClusterNameAvailability(SubscriptionResource, CosmosDBForPostgreSqlClusterNameAvailabilityContent, CancellationToken) |
Checks availability of a cluster name. Cluster names should be globally unique; at least 3 characters and at most 40 characters long; they must only contain lowercase letters, numbers, and hyphens; and must not start or end with a hyphen.
|
CheckCosmosDBForPostgreSqlClusterNameAvailabilityAsync(SubscriptionResource, CosmosDBForPostgreSqlClusterNameAvailabilityContent, CancellationToken) |
Checks availability of a cluster name. Cluster names should be globally unique; at least 3 characters and at most 40 characters long; they must only contain lowercase letters, numbers, and hyphens; and must not start or end with a hyphen.
|
GetCosmosDBForPostgreSqlClusters(SubscriptionResource, CancellationToken) |
Lists all clusters in a subscription.
|
GetCosmosDBForPostgreSqlClustersAsync(SubscriptionResource, CancellationToken) |
Lists all clusters in a subscription.
|
GetHubs(SubscriptionResource, CancellationToken) |
Gets all hubs in the specified subscription.
|
GetHubsAsync(SubscriptionResource, CancellationToken) |
Gets all hubs in the specified subscription.
|
GetDatabaseFleets(SubscriptionResource, CancellationToken) |
Lists fleets in the specified subscription.
|
GetDatabaseFleetsAsync(SubscriptionResource, CancellationToken) |
Lists fleets in the specified subscription.
|
GetDataBoxJobs(SubscriptionResource, String, CancellationToken) |
Lists all the jobs available under the subscription.
|
GetDataBoxJobsAsync(SubscriptionResource, String, CancellationToken) |
Lists all the jobs available under the subscription.
|
GetRegionConfiguration(SubscriptionResource, AzureLocation, RegionConfigurationContent, CancellationToken) |
This API provides configuration details specific to given region/location at Subscription level.
|
GetRegionConfigurationAsync(SubscriptionResource, AzureLocation, RegionConfigurationContent, CancellationToken) |
This API provides configuration details specific to given region/location at Subscription level.
|
ValidateAddress(SubscriptionResource, AzureLocation, DataBoxValidateAddressContent, CancellationToken) |
[DEPRECATED NOTICE: This operation will soon be removed]. This method validates the customer shipping address and provide alternate addresses if any.
|
ValidateAddressAsync(SubscriptionResource, AzureLocation, DataBoxValidateAddressContent, CancellationToken) |
[DEPRECATED NOTICE: This operation will soon be removed]. This method validates the customer shipping address and provide alternate addresses if any.
|
ValidateInputs(SubscriptionResource, AzureLocation, DataBoxValidationContent, CancellationToken) |
This method does all necessary pre-job creation validation under subscription.
|
ValidateInputsAsync(SubscriptionResource, AzureLocation, DataBoxValidationContent, CancellationToken) |
This method does all necessary pre-job creation validation under subscription.
|
GetAvailableSkus(SubscriptionResource, CancellationToken) |
List all the available Skus and information related to them.
|
GetAvailableSkusAsync(SubscriptionResource, CancellationToken) |
List all the available Skus and information related to them.
|
GetDataBoxEdgeDevices(SubscriptionResource, String, CancellationToken) |
Gets all the Data Box Edge/Data Box Gateway devices in a subscription.
|
GetDataBoxEdgeDevicesAsync(SubscriptionResource, String, CancellationToken) |
Gets all the Data Box Edge/Data Box Gateway devices in a subscription.
|
CreateOrUpdateMarketplaceAgreement(SubscriptionResource, DatadogAgreementResourceProperties, CancellationToken) |
Create Datadog marketplace agreement in the subscription.
|
CreateOrUpdateMarketplaceAgreementAsync(SubscriptionResource, DatadogAgreementResourceProperties, CancellationToken) |
Create Datadog marketplace agreement in the subscription.
|
GetDatadogMonitorResources(SubscriptionResource, CancellationToken) |
List all monitors under the specified subscription.
|
GetDatadogMonitorResourcesAsync(SubscriptionResource, CancellationToken) |
List all monitors under the specified subscription.
|
GetMarketplaceAgreements(SubscriptionResource, CancellationToken) |
List Datadog marketplace agreements in the subscription.
|
GetMarketplaceAgreementsAsync(SubscriptionResource, CancellationToken) |
List Datadog marketplace agreements in the subscription.
|
ConfigureFactoryRepoInformation(SubscriptionResource, AzureLocation, FactoryRepoContent, CancellationToken) |
Updates a factory's repo information.
|
ConfigureFactoryRepoInformationAsync(SubscriptionResource, AzureLocation, FactoryRepoContent, CancellationToken) |
Updates a factory's repo information.
|
GetDataFactories(SubscriptionResource, CancellationToken) |
Lists factories under the specified subscription.
|
GetDataFactoriesAsync(SubscriptionResource, CancellationToken) |
Lists factories under the specified subscription.
|
GetFeatureValueExposureControl(SubscriptionResource, AzureLocation, ExposureControlContent, CancellationToken) |
Get exposure control feature for specific location.
|
GetFeatureValueExposureControlAsync(SubscriptionResource, AzureLocation, ExposureControlContent, CancellationToken) |
Get exposure control feature for specific location.
|
CheckDataLakeAnalyticsAccountNameAvailability(SubscriptionResource, AzureLocation, DataLakeAnalyticsAccountNameAvailabilityContent, CancellationToken) |
Checks whether the specified account name is available or taken.
|
CheckDataLakeAnalyticsAccountNameAvailabilityAsync(SubscriptionResource, AzureLocation, DataLakeAnalyticsAccountNameAvailabilityContent, CancellationToken) |
Checks whether the specified account name is available or taken.
|
GetAccounts(SubscriptionResource, SubscriptionResourceGetAccountsOptions, CancellationToken) |
Gets the first page of Data Lake Analytics accounts, if any, within the current subscription. This includes a link to the next page, if any.
|
GetAccounts(SubscriptionResource, String, Nullable<Int32>, Nullable<Int32>, String, String, Nullable<Boolean>, CancellationToken) |
Gets the first page of Data Lake Analytics accounts, if any, within the current subscription. This includes a link to the next page, if any.
|
GetAccountsAsync(SubscriptionResource, SubscriptionResourceGetAccountsOptions, CancellationToken) |
Gets the first page of Data Lake Analytics accounts, if any, within the current subscription. This includes a link to the next page, if any.
|
GetAccountsAsync(SubscriptionResource, String, Nullable<Int32>, Nullable<Int32>, String, String, Nullable<Boolean>, CancellationToken) |
Gets the first page of Data Lake Analytics accounts, if any, within the current subscription. This includes a link to the next page, if any.
|
GetCapabilityLocation(SubscriptionResource, AzureLocation, CancellationToken) |
Gets subscription-level properties and limits for Data Lake Analytics specified by resource location.
|
GetCapabilityLocationAsync(SubscriptionResource, AzureLocation, CancellationToken) |
Gets subscription-level properties and limits for Data Lake Analytics specified by resource location.
|
CheckDataLakeStoreAccountNameAvailability(SubscriptionResource, AzureLocation, DataLakeStoreAccountNameAvailabilityContent, CancellationToken) |
Checks whether the specified account name is available or taken.
|
CheckDataLakeStoreAccountNameAvailabilityAsync(SubscriptionResource, AzureLocation, DataLakeStoreAccountNameAvailabilityContent, CancellationToken) |
Checks whether the specified account name is available or taken.
|
GetAccounts(SubscriptionResource, SubscriptionResourceGetAccountsOptions, CancellationToken) |
Lists the Data Lake Store accounts within the subscription. The response includes a link to the next page of results, if any.
|
GetAccounts(SubscriptionResource, String, Nullable<Int32>, Nullable<Int32>, String, String, Nullable<Boolean>, CancellationToken) |
Lists the Data Lake Store accounts within the subscription. The response includes a link to the next page of results, if any.
|
GetAccountsAsync(SubscriptionResource, SubscriptionResourceGetAccountsOptions, CancellationToken) |
Lists the Data Lake Store accounts within the subscription. The response includes a link to the next page of results, if any.
|
GetAccountsAsync(SubscriptionResource, String, Nullable<Int32>, Nullable<Int32>, String, String, Nullable<Boolean>, CancellationToken) |
Lists the Data Lake Store accounts within the subscription. The response includes a link to the next page of results, if any.
|
GetCapabilityByLocation(SubscriptionResource, AzureLocation, CancellationToken) |
Gets subscription-level properties and limits for Data Lake Store specified by resource location.
|
GetCapabilityByLocationAsync(SubscriptionResource, AzureLocation, CancellationToken) |
Gets subscription-level properties and limits for Data Lake Store specified by resource location.
|
GetUsagesByLocation(SubscriptionResource, AzureLocation, CancellationToken) |
Gets the current usage count and the limit for the resources of the location under the subscription.
|
GetUsagesByLocationAsync(SubscriptionResource, AzureLocation, CancellationToken) |
Gets the current usage count and the limit for the resources of the location under the subscription.
|
CheckNameAvailabilityService(SubscriptionResource, AzureLocation, NameAvailabilityRequest, CancellationToken) |
This method checks whether a proposed top-level resource name is valid and available.
|
CheckNameAvailabilityServiceAsync(SubscriptionResource, AzureLocation, NameAvailabilityRequest, CancellationToken) |
This method checks whether a proposed top-level resource name is valid and available.
|
GetDataMigrationServices(SubscriptionResource, CancellationToken) |
The services resource is the top-level resource that represents the Database Migration Service. This method returns a list of service resources in a subscription.
|
GetDataMigrationServicesAsync(SubscriptionResource, CancellationToken) |
The services resource is the top-level resource that represents the Database Migration Service. This method returns a list of service resources in a subscription.
|
GetSkusResourceSkus(SubscriptionResource, CancellationToken) |
The skus action returns the list of SKUs that DMS supports.
|
GetSkusResourceSkusAsync(SubscriptionResource, CancellationToken) |
The skus action returns the list of SKUs that DMS supports.
|
GetSqlMigrationServices(SubscriptionResource, CancellationToken) |
Retrieve all SQL migration services in the subscriptions.
|
GetSqlMigrationServicesAsync(SubscriptionResource, CancellationToken) |
Retrieve all SQL migration services in the subscriptions.
|
GetUsages(SubscriptionResource, AzureLocation, CancellationToken) |
This method returns region-specific quotas and resource usage information for the Database Migration Service.
|
GetUsagesAsync(SubscriptionResource, AzureLocation, CancellationToken) |
This method returns region-specific quotas and resource usage information for the Database Migration Service.
|
CheckDataProtectionBackupFeatureSupport(SubscriptionResource, AzureLocation, BackupFeatureValidationContentBase, CancellationToken) |
Validates if a feature is supported
|
CheckDataProtectionBackupFeatureSupportAsync(SubscriptionResource, AzureLocation, BackupFeatureValidationContentBase, CancellationToken) |
Validates if a feature is supported
|
GetDataProtectionBackupVaults(SubscriptionResource, CancellationToken) |
Returns resource collection belonging to a subscription.
|
GetDataProtectionBackupVaultsAsync(SubscriptionResource, CancellationToken) |
Returns resource collection belonging to a subscription.
|
GetResourceGuards(SubscriptionResource, CancellationToken) |
Returns ResourceGuards collection belonging to a subscription.
|
GetResourceGuardsAsync(SubscriptionResource, CancellationToken) |
Returns ResourceGuards collection belonging to a subscription.
|
GetDataShareAccounts(SubscriptionResource, String, CancellationToken) |
List Accounts in Subscription
|
GetDataShareAccountsAsync(SubscriptionResource, String, CancellationToken) |
List Accounts in Subscription
|
GetEasmWorkspaces(SubscriptionResource, CancellationToken) |
Returns a list of workspaces under the given subscription.
|
GetEasmWorkspacesAsync(SubscriptionResource, CancellationToken) |
Returns a list of workspaces under the given subscription.
|
GetAppAttachPackages(SubscriptionResource, String, CancellationToken) |
List App Attach packages in subscription.
|
GetAppAttachPackagesAsync(SubscriptionResource, String, CancellationToken) |
List App Attach packages in subscription.
|
GetHostPools(SubscriptionResource, Nullable<Int32>, Nullable<Boolean>, Nullable<Int32>, CancellationToken) |
List hostPools in subscription.
|
GetHostPoolsAsync(SubscriptionResource, Nullable<Int32>, Nullable<Boolean>, Nullable<Int32>, CancellationToken) |
List hostPools in subscription.
|
GetScalingPlans(SubscriptionResource, Nullable<Int32>, Nullable<Boolean>, Nullable<Int32>, CancellationToken) |
List scaling plans in subscription.
|
GetScalingPlansAsync(SubscriptionResource, Nullable<Int32>, Nullable<Boolean>, Nullable<Int32>, CancellationToken) |
List scaling plans in subscription.
|
GetVirtualApplicationGroups(SubscriptionResource, String, CancellationToken) |
List applicationGroups in subscription.
|
GetVirtualApplicationGroupsAsync(SubscriptionResource, String, CancellationToken) |
List applicationGroups in subscription.
|
GetVirtualWorkspaces(SubscriptionResource, CancellationToken) |
List workspaces in subscription.
|
GetVirtualWorkspacesAsync(SubscriptionResource, CancellationToken) |
List workspaces in subscription.
|
CheckDevCenterNameAvailability(SubscriptionResource, DevCenterNameAvailabilityContent, CancellationToken) |
Check the availability of name for resource
|
CheckDevCenterNameAvailabilityAsync(SubscriptionResource, DevCenterNameAvailabilityContent, CancellationToken) |
Check the availability of name for resource
|
GetDevCenterNetworkConnections(SubscriptionResource, Nullable<Int32>, CancellationToken) |
Lists network connections in a subscription
|
GetDevCenterNetworkConnectionsAsync(SubscriptionResource, Nullable<Int32>, CancellationToken) |
Lists network connections in a subscription
|
GetDevCenterOperationStatus(SubscriptionResource, AzureLocation, String, CancellationToken) |
Gets the current status of an async operation.
|
GetDevCenterOperationStatusAsync(SubscriptionResource, AzureLocation, String, CancellationToken) |
Gets the current status of an async operation.
|
GetDevCenterProjects(SubscriptionResource, Nullable<Int32>, CancellationToken) |
Lists all projects in the subscription.
|
GetDevCenterProjectsAsync(SubscriptionResource, Nullable<Int32>, CancellationToken) |
Lists all projects in the subscription.
|
GetDevCenters(SubscriptionResource, Nullable<Int32>, CancellationToken) |
Lists all devcenters in a subscription.
|
GetDevCentersAsync(SubscriptionResource, Nullable<Int32>, CancellationToken) |
Lists all devcenters in a subscription.
|
GetDevCenterSkusBySubscription(SubscriptionResource, Nullable<Int32>, CancellationToken) |
Lists the Microsoft.DevCenter SKUs available in a subscription
|
GetDevCenterSkusBySubscriptionAsync(SubscriptionResource, Nullable<Int32>, CancellationToken) |
Lists the Microsoft.DevCenter SKUs available in a subscription
|
GetDevCenterUsagesByLocation(SubscriptionResource, AzureLocation, CancellationToken) |
Lists the current usages and limits in this location for the provided subscription.
|
GetDevCenterUsagesByLocationAsync(SubscriptionResource, AzureLocation, CancellationToken) |
Lists the current usages and limits in this location for the provided subscription.
|
CheckDeviceProvisioningServicesNameAvailability(SubscriptionResource, DeviceProvisioningServicesNameAvailabilityContent, CancellationToken) |
Check if a provisioning service name is available. This will validate if the name is syntactically valid and if the name is usable
|
CheckDeviceProvisioningServicesNameAvailabilityAsync(SubscriptionResource, DeviceProvisioningServicesNameAvailabilityContent, CancellationToken) |
Check if a provisioning service name is available. This will validate if the name is syntactically valid and if the name is usable
|
GetDeviceProvisioningServices(SubscriptionResource, CancellationToken) |
List all the provisioning services for a given subscription id.
|
GetDeviceProvisioningServicesAsync(SubscriptionResource, CancellationToken) |
List all the provisioning services for a given subscription id.
|
GetDeviceRegistryAssetEndpointProfiles(SubscriptionResource, CancellationToken) |
List AssetEndpointProfile resources by subscription ID
|
GetDeviceRegistryAssetEndpointProfilesAsync(SubscriptionResource, CancellationToken) |
List AssetEndpointProfile resources by subscription ID
|
GetDeviceRegistryAssets(SubscriptionResource, CancellationToken) |
List Asset resources by subscription ID
|
GetDeviceRegistryAssetsAsync(SubscriptionResource, CancellationToken) |
List Asset resources by subscription ID
|
CheckDeviceUpdateNameAvailability(SubscriptionResource, CheckNameAvailabilityContent, CancellationToken) |
Checks ADU resource name availability.
|
CheckDeviceUpdateNameAvailability(SubscriptionResource, DeviceUpdateAvailabilityContent, CancellationToken) |
Checks ADU resource name availability.
|
CheckDeviceUpdateNameAvailabilityAsync(SubscriptionResource, CheckNameAvailabilityContent, CancellationToken) |
Checks ADU resource name availability.
|
CheckDeviceUpdateNameAvailabilityAsync(SubscriptionResource, DeviceUpdateAvailabilityContent, CancellationToken) |
Checks ADU resource name availability.
|
GetDeviceUpdateAccounts(SubscriptionResource, CancellationToken) |
Returns list of Accounts.
|
GetDeviceUpdateAccountsAsync(SubscriptionResource, CancellationToken) |
Returns list of Accounts.
|
GetDevOpsPools(SubscriptionResource, CancellationToken) |
List Pool resources by subscription ID
|
GetDevOpsPoolsAsync(SubscriptionResource, CancellationToken) |
List Pool resources by subscription ID
|
GetSkusByLocation(SubscriptionResource, String, CancellationToken) |
List ResourceSku resources by subscription ID
|
GetSkusByLocationAsync(SubscriptionResource, String, CancellationToken) |
List ResourceSku resources by subscription ID
|
GetUsages(SubscriptionResource, AzureLocation, CancellationToken) |
List Quota resources by subscription ID
|
GetUsagesAsync(SubscriptionResource, AzureLocation, CancellationToken) |
List Quota resources by subscription ID
|
GetControllers(SubscriptionResource, CancellationToken) |
Lists all the Azure Dev Spaces Controllers with their properties in the subscription.
|
GetControllersAsync(SubscriptionResource, CancellationToken) |
Lists all the Azure Dev Spaces Controllers with their properties in the subscription.
|
GetDevTestLabGlobalSchedules(SubscriptionResource, String, String, Nullable<Int32>, String, CancellationToken) |
List schedules in a subscription.
|
GetDevTestLabGlobalSchedulesAsync(SubscriptionResource, String, String, Nullable<Int32>, String, CancellationToken) |
List schedules in a subscription.
|
GetDevTestLabs(SubscriptionResource, String, String, Nullable<Int32>, String, CancellationToken) |
List labs in a subscription.
|
GetDevTestLabsAsync(SubscriptionResource, String, String, Nullable<Int32>, String, CancellationToken) |
List labs in a subscription.
|
CheckDigitalTwinsNameAvailability(SubscriptionResource, AzureLocation, DigitalTwinsNameContent, CancellationToken) |
Check if a DigitalTwinsInstance name is available.
|
CheckDigitalTwinsNameAvailabilityAsync(SubscriptionResource, AzureLocation, DigitalTwinsNameContent, CancellationToken) |
Check if a DigitalTwinsInstance name is available.
|
GetDigitalTwinsDescriptions(SubscriptionResource, CancellationToken) |
Get all the DigitalTwinsInstances in a subscription.
|
GetDigitalTwinsDescriptionsAsync(SubscriptionResource, CancellationToken) |
Get all the DigitalTwinsInstances in a subscription.
|
GetDnsResourceReferencesByTargetResources(SubscriptionResource, DnsResourceReferenceContent, CancellationToken) |
Returns the DNS records specified by the referencing targetResourceIds.
|
GetDnsResourceReferencesByTargetResourcesAsync(SubscriptionResource, DnsResourceReferenceContent, CancellationToken) |
Returns the DNS records specified by the referencing targetResourceIds.
|
GetDnsZones(SubscriptionResource, Nullable<Int32>, CancellationToken) |
Lists the DNS zones in all resource groups in a subscription.
|
GetDnsZonesAsync(SubscriptionResource, Nullable<Int32>, CancellationToken) |
Lists the DNS zones in all resource groups in a subscription.
|
GetDnsForwardingRulesets(SubscriptionResource, Nullable<Int32>, CancellationToken) |
Lists DNS forwarding rulesets in all resource groups of a subscription.
|
GetDnsForwardingRulesetsAsync(SubscriptionResource, Nullable<Int32>, CancellationToken) |
Lists DNS forwarding rulesets in all resource groups of a subscription.
|
GetDnsResolverDomainLists(SubscriptionResource, Nullable<Int32>, CancellationToken) |
Lists DNS resolver domain lists in all resource groups of a subscription.
|
GetDnsResolverDomainListsAsync(SubscriptionResource, Nullable<Int32>, CancellationToken) |
Lists DNS resolver domain lists in all resource groups of a subscription.
|
GetDnsResolverPolicies(SubscriptionResource, Nullable<Int32>, CancellationToken) |
Lists DNS resolver policies in all resource groups of a subscription.
|
GetDnsResolverPoliciesAsync(SubscriptionResource, Nullable<Int32>, CancellationToken) |
Lists DNS resolver policies in all resource groups of a subscription.
|
GetDnsResolvers(SubscriptionResource, Nullable<Int32>, CancellationToken) |
Lists DNS resolvers in all resource groups of a subscription.
|
GetDnsResolversAsync(SubscriptionResource, Nullable<Int32>, CancellationToken) |
Lists DNS resolvers in all resource groups of a subscription.
|
GetDynatraceMonitors(SubscriptionResource, CancellationToken) |
List all MonitorResource by subscriptionId
|
GetDynatraceMonitorsAsync(SubscriptionResource, CancellationToken) |
List all MonitorResource by subscriptionId
|
GetConfigurations(SubscriptionResource, ConfigurationsContent, String, CancellationToken) |
This method provides the list of configurations for the given product family, product line and product under subscription.
|
GetConfigurationsAsync(SubscriptionResource, ConfigurationsContent, String, CancellationToken) |
This method provides the list of configurations for the given product family, product line and product under subscription.
|
GetEdgeOrderAddresses(SubscriptionResource, String, String, CancellationToken) |
Lists all the addresses available under the subscription.
|
GetEdgeOrderAddressesAsync(SubscriptionResource, String, String, CancellationToken) |
Lists all the addresses available under the subscription.
|
GetEdgeOrderItems(SubscriptionResource, String, String, String, CancellationToken) |
Lists order item at subscription level.
|
GetEdgeOrderItemsAsync(SubscriptionResource, String, String, String, CancellationToken) |
Lists order item at subscription level.
|
GetEdgeOrders(SubscriptionResource, String, CancellationToken) |
Lists order at subscription level.
|
GetEdgeOrdersAsync(SubscriptionResource, String, CancellationToken) |
Lists order at subscription level.
|
GetProductFamilies(SubscriptionResource, ProductFamiliesContent, String, String, CancellationToken) |
This method provides the list of product families for the given subscription.
|
GetProductFamiliesAsync(SubscriptionResource, ProductFamiliesContent, String, String, CancellationToken) |
This method provides the list of product families for the given subscription.
|
GetProductFamiliesMetadata(SubscriptionResource, String, CancellationToken) |
This method provides the list of product families metadata for the given subscription.
|
GetProductFamiliesMetadataAsync(SubscriptionResource, String, CancellationToken) |
This method provides the list of product families metadata for the given subscription.
|
GetExtendedZone(SubscriptionResource, String, CancellationToken) |
Gets an Azure Extended Zone for a subscription
|
GetExtendedZoneAsync(SubscriptionResource, String, CancellationToken) |
Gets an Azure Extended Zone for a subscription
|
GetExtendedZones(SubscriptionResource) |
Gets a collection of ExtendedZoneResources in the SubscriptionResource. MockingTo mock this method, please mock GetExtendedZones() instead. |
GetApiKeyOrganization(SubscriptionResource, ElasticModelUserEmailId, CancellationToken) |
Fetch User API Key from internal database, if it was generated and stored while creating the Elasticsearch Organization.
|
GetApiKeyOrganizationAsync(SubscriptionResource, ElasticModelUserEmailId, CancellationToken) |
Fetch User API Key from internal database, if it was generated and stored while creating the Elasticsearch Organization.
|
GetElasticMonitorResources(SubscriptionResource, CancellationToken) |
List all monitors under the specified subscription.
|
GetElasticMonitorResourcesAsync(SubscriptionResource, CancellationToken) |
List all monitors under the specified subscription.
|
GetElasticToAzureSubscriptionMappingOrganization(SubscriptionResource, CancellationToken) |
Get Elastic Organization To Azure Subscription Mapping details for the logged-in user.
|
GetElasticToAzureSubscriptionMappingOrganizationAsync(SubscriptionResource, CancellationToken) |
Get Elastic Organization To Azure Subscription Mapping details for the logged-in user.
|
GetElasticVersions(SubscriptionResource, String, CancellationToken) |
Get a list of available versions for a region.
|
GetElasticVersionsAsync(SubscriptionResource, String, CancellationToken) |
Get a list of available versions for a region.
|
GetElasticSans(SubscriptionResource, CancellationToken) |
Gets a list of ElasticSans in a subscription
|
GetElasticSansAsync(SubscriptionResource, CancellationToken) |
Gets a list of ElasticSans in a subscription
|
GetSkus(SubscriptionResource, String, CancellationToken) |
List all the available Skus in the region and information related to them
|
GetSkusAsync(SubscriptionResource, String, CancellationToken) |
List all the available Skus in the region and information related to them
|
CheckNameAvailabilityLocation(SubscriptionResource, EnergyServiceNameAvailabilityContent, CancellationToken) |
Checks the name availability of the resource with requested resource name.
|
CheckNameAvailabilityLocationAsync(SubscriptionResource, EnergyServiceNameAvailabilityContent, CancellationToken) |
Checks the name availability of the resource with requested resource name.
|
GetEnergyServices(SubscriptionResource, CancellationToken) |
Lists a collection of oep resources under the given Azure Subscription ID.
|
GetEnergyServicesAsync(SubscriptionResource, CancellationToken) |
Lists a collection of oep resources under the given Azure Subscription ID.
|
GetEventGridDomains(SubscriptionResource, String, Nullable<Int32>, CancellationToken) |
List all the domains under an Azure subscription.
|
GetEventGridDomainsAsync(SubscriptionResource, String, Nullable<Int32>, CancellationToken) |
List all the domains under an Azure subscription.
|
GetEventGridNamespaces(SubscriptionResource, String, Nullable<Int32>, CancellationToken) |
List all the namespaces under an Azure subscription.
|
GetEventGridNamespacesAsync(SubscriptionResource, String, Nullable<Int32>, CancellationToken) |
List all the namespaces under an Azure subscription.
|
GetEventGridTopics(SubscriptionResource, String, Nullable<Int32>, CancellationToken) |
List all the topics under an Azure subscription.
|
GetEventGridTopicsAsync(SubscriptionResource, String, Nullable<Int32>, CancellationToken) |
List all the topics under an Azure subscription.
|
GetGlobalEventSubscriptionsDataForTopicType(SubscriptionResource, String, String, Nullable<Int32>, CancellationToken) |
List all global event subscriptions under an Azure subscription for a topic type.
|
GetGlobalEventSubscriptionsDataForTopicTypeAsync(SubscriptionResource, String, String, Nullable<Int32>, CancellationToken) |
List all global event subscriptions under an Azure subscription for a topic type.
|
GetPartnerConfigurations(SubscriptionResource, String, Nullable<Int32>, CancellationToken) |
List all the partner configurations under an Azure subscription.
|
GetPartnerConfigurationsAsync(SubscriptionResource, String, Nullable<Int32>, CancellationToken) |
List all the partner configurations under an Azure subscription.
|
GetPartnerDestinations(SubscriptionResource, String, Nullable<Int32>, CancellationToken) |
List all the partner destinations under an Azure subscription.
|
GetPartnerDestinationsAsync(SubscriptionResource, String, Nullable<Int32>, CancellationToken) |
List all the partner destinations under an Azure subscription.
|
GetPartnerNamespaces(SubscriptionResource, String, Nullable<Int32>, CancellationToken) |
List all the partner namespaces under an Azure subscription.
|
GetPartnerNamespacesAsync(SubscriptionResource, String, Nullable<Int32>, CancellationToken) |
List all the partner namespaces under an Azure subscription.
|
GetPartnerRegistrations(SubscriptionResource, String, Nullable<Int32>, CancellationToken) |
List all the partner registrations under an Azure subscription.
|
GetPartnerRegistrationsAsync(SubscriptionResource, String, Nullable<Int32>, CancellationToken) |
List all the partner registrations under an Azure subscription.
|
GetPartnerTopics(SubscriptionResource, String, Nullable<Int32>, CancellationToken) |
List all the partner topics under an Azure subscription.
|
GetPartnerTopicsAsync(SubscriptionResource, String, Nullable<Int32>, CancellationToken) |
List all the partner topics under an Azure subscription.
|
GetRegionalEventSubscriptionsData(SubscriptionResource, AzureLocation, String, Nullable<Int32>, CancellationToken) |
List all event subscriptions from the given location under a specific Azure subscription.
|
GetRegionalEventSubscriptionsDataAsync(SubscriptionResource, AzureLocation, String, Nullable<Int32>, CancellationToken) |
List all event subscriptions from the given location under a specific Azure subscription.
|
GetRegionalEventSubscriptionsDataForTopicType(SubscriptionResource, AzureLocation, String, String, Nullable<Int32>, CancellationToken) |
List all event subscriptions from the given location under a specific Azure subscription and topic type.
|
GetRegionalEventSubscriptionsDataForTopicTypeAsync(SubscriptionResource, AzureLocation, String, String, Nullable<Int32>, CancellationToken) |
List all event subscriptions from the given location under a specific Azure subscription and topic type.
|
GetSystemTopics(SubscriptionResource, String, Nullable<Int32>, CancellationToken) |
List all the system topics under an Azure subscription.
|
GetSystemTopicsAsync(SubscriptionResource, String, Nullable<Int32>, CancellationToken) |
List all the system topics under an Azure subscription.
|
CheckEventHubsNamespaceNameAvailability(SubscriptionResource, EventHubsNameAvailabilityContent, CancellationToken) |
Check the give Namespace name availability.
|
CheckEventHubsNamespaceNameAvailabilityAsync(SubscriptionResource, EventHubsNameAvailabilityContent, CancellationToken) |
Check the give Namespace name availability.
|
GetAvailableClusterRegionClusters(SubscriptionResource, CancellationToken) |
List the quantity of available pre-provisioned Event Hubs Clusters, indexed by Azure region.
|
GetAvailableClusterRegionClustersAsync(SubscriptionResource, CancellationToken) |
List the quantity of available pre-provisioned Event Hubs Clusters, indexed by Azure region.
|
GetEventHubsClusters(SubscriptionResource, CancellationToken) |
Lists the available Event Hubs Clusters within an ARM resource group
|
GetEventHubsClustersAsync(SubscriptionResource, CancellationToken) |
Lists the available Event Hubs Clusters within an ARM resource group
|
GetEventHubsNamespaces(SubscriptionResource, CancellationToken) |
Lists all the available Namespaces within a subscription, irrespective of the resource groups.
|
GetEventHubsNamespacesAsync(SubscriptionResource, CancellationToken) |
Lists all the available Namespaces within a subscription, irrespective of the resource groups.
|
GetCustomLocations(SubscriptionResource, CancellationToken) |
Gets a list of Custom Locations in the specified subscription. The operation returns properties of each Custom Location Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ExtendedLocation/customLocations Operation Id: CustomLocations_ListBySubscription |
GetCustomLocationsAsync(SubscriptionResource, CancellationToken) |
Gets a list of Custom Locations in the specified subscription. The operation returns properties of each Custom Location Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ExtendedLocation/customLocations Operation Id: CustomLocations_ListBySubscription |
GetCustomLocations(SubscriptionResource, CancellationToken) |
Gets a list of Custom Locations in the specified subscription. The operation returns properties of each Custom Location
|
GetCustomLocationsAsync(SubscriptionResource, CancellationToken) |
Gets a list of Custom Locations in the specified subscription. The operation returns properties of each Custom Location
|
CheckFabricCapacityNameAvailability(SubscriptionResource, AzureLocation, FabricNameAvailabilityContent, CancellationToken) |
Implements local CheckNameAvailability operations
|
CheckFabricCapacityNameAvailabilityAsync(SubscriptionResource, AzureLocation, FabricNameAvailabilityContent, CancellationToken) |
Implements local CheckNameAvailability operations
|
GetFabricCapacities(SubscriptionResource, CancellationToken) |
List FabricCapacity resources by subscription ID
|
GetFabricCapacitiesAsync(SubscriptionResource, CancellationToken) |
List FabricCapacity resources by subscription ID
|
GetSkusFabricCapacities(SubscriptionResource, CancellationToken) |
List eligible SKUs for Microsoft Fabric resource provider
|
GetSkusFabricCapacitiesAsync(SubscriptionResource, CancellationToken) |
List eligible SKUs for Microsoft Fabric resource provider
|
GetFluidRelayServers(SubscriptionResource, CancellationToken) |
List all Fluid Relay servers in a subscription.
|
GetFluidRelayServersAsync(SubscriptionResource, CancellationToken) |
List all Fluid Relay servers in a subscription.
|
CheckFrontDoorNameAvailability(SubscriptionResource, FrontDoorNameAvailabilityContent, CancellationToken) |
Check the availability of a Front Door subdomain.
|
CheckFrontDoorNameAvailabilityAsync(SubscriptionResource, FrontDoorNameAvailabilityContent, CancellationToken) |
Check the availability of a Front Door subdomain.
|
GetFrontDoorNetworkExperimentProfiles(SubscriptionResource, CancellationToken) |
Gets a list of Network Experiment Profiles under a subscription
|
GetFrontDoorNetworkExperimentProfilesAsync(SubscriptionResource, CancellationToken) |
Gets a list of Network Experiment Profiles under a subscription
|
GetFrontDoors(SubscriptionResource, CancellationToken) |
Lists all of the Front Doors within an Azure subscription.
|
GetFrontDoorsAsync(SubscriptionResource, CancellationToken) |
Lists all of the Front Doors within an Azure subscription.
|
GetFrontDoorWebApplicationFirewallPoliciesByFrontDoorWebApplicationFirewallPolicy(SubscriptionResource, CancellationToken) |
Lists all of the protection policies within a subscription.
|
GetFrontDoorWebApplicationFirewallPoliciesByFrontDoorWebApplicationFirewallPolicyAsync(SubscriptionResource, CancellationToken) |
Lists all of the protection policies within a subscription.
|
GetManagedRuleSets(SubscriptionResource, CancellationToken) |
Lists all available managed rule sets.
|
GetManagedRuleSetsAsync(SubscriptionResource, CancellationToken) |
Lists all available managed rule sets.
|
GetManagedGrafanas(SubscriptionResource, CancellationToken) |
List all resources of workspaces for Grafana under the specified subscription.
|
GetManagedGrafanasAsync(SubscriptionResource, CancellationToken) |
List all resources of workspaces for Grafana under the specified subscription.
|
GetGraphServicesAccountResources(SubscriptionResource, CancellationToken) |
Returns list of accounts belonging to a subscription.
|
GetGraphServicesAccountResourcesAsync(SubscriptionResource, CancellationToken) |
Returns list of accounts belonging to a subscription.
|
GetAllGuestConfigurationAssignmentData(SubscriptionResource, CancellationToken) |
List all guest configuration assignments for a subscription.
|
GetAllGuestConfigurationAssignmentDataAsync(SubscriptionResource, CancellationToken) |
List all guest configuration assignments for a subscription.
|
GetCloudHsmClusters(SubscriptionResource, String, CancellationToken) |
The List operation gets information about the Cloud HSM Clusters associated with the subscription.
|
GetCloudHsmClustersAsync(SubscriptionResource, String, CancellationToken) |
The List operation gets information about the Cloud HSM Clusters associated with the subscription.
|
GetDedicatedHsms(SubscriptionResource, Nullable<Int32>, CancellationToken) |
The List operation gets information about the dedicated HSMs associated with the subscription.
|
GetDedicatedHsmsAsync(SubscriptionResource, Nullable<Int32>, CancellationToken) |
The List operation gets information about the dedicated HSMs associated with the subscription.
|
GetGalleryImages(SubscriptionResource, CancellationToken) |
Lists all of the gallery images in the specified subscription. Use the nextLink property in the response to get the next page of gallery images.
|
GetGalleryImagesAsync(SubscriptionResource, CancellationToken) |
Lists all of the gallery images in the specified subscription. Use the nextLink property in the response to get the next page of gallery images.
|
GetHciClusters(SubscriptionResource, CancellationToken) |
List all HCI clusters in a subscription.
|
GetHciClustersAsync(SubscriptionResource, CancellationToken) |
List all HCI clusters in a subscription.
|
GetLogicalNetworks(SubscriptionResource, CancellationToken) |
Lists all of the logical networks in the specified subscription. Use the nextLink property in the response to get the next page of logical networks.
|
GetLogicalNetworksAsync(SubscriptionResource, CancellationToken) |
Lists all of the logical networks in the specified subscription. Use the nextLink property in the response to get the next page of logical networks.
|
GetMarketplaceGalleryImages(SubscriptionResource, CancellationToken) |
Lists all of the marketplace gallery images in the specified subscription. Use the nextLink property in the response to get the next page of marketplace gallery images.
|
GetMarketplaceGalleryImagesAsync(SubscriptionResource, CancellationToken) |
Lists all of the marketplace gallery images in the specified subscription. Use the nextLink property in the response to get the next page of marketplace gallery images.
|
GetNetworkInterfaces(SubscriptionResource, CancellationToken) |
Lists all of the network interfaces in the specified subscription. Use the nextLink property in the response to get the next page of network interfaces.
|
GetNetworkInterfacesAsync(SubscriptionResource, CancellationToken) |
Lists all of the network interfaces in the specified subscription. Use the nextLink property in the response to get the next page of network interfaces.
|
GetStorageContainers(SubscriptionResource, CancellationToken) |
Lists all of the storage containers in the specified subscription. Use the nextLink property in the response to get the next page of storage containers.
|
GetStorageContainersAsync(SubscriptionResource, CancellationToken) |
Lists all of the storage containers in the specified subscription. Use the nextLink property in the response to get the next page of storage containers.
|
GetVirtualHardDisks(SubscriptionResource, CancellationToken) |
Lists all of the virtual hard disks in the specified subscription. Use the nextLink property in the response to get the next page of virtual hard disks.
|
GetVirtualHardDisksAsync(SubscriptionResource, CancellationToken) |
Lists all of the virtual hard disks in the specified subscription. Use the nextLink property in the response to get the next page of virtual hard disks.
|
CheckHDInsightNameAvailability(SubscriptionResource, AzureLocation, HDInsightNameAvailabilityContent, CancellationToken) |
Check the availability of the resource name.
|
CheckHDInsightNameAvailabilityAsync(SubscriptionResource, AzureLocation, HDInsightNameAvailabilityContent, CancellationToken) |
Check the availability of the resource name.
|
GetAvailableClusterPoolVersionsByLocation(SubscriptionResource, AzureLocation, CancellationToken) |
Returns a list of available cluster pool versions.
|
GetAvailableClusterPoolVersionsByLocationAsync(SubscriptionResource, AzureLocation, CancellationToken) |
Returns a list of available cluster pool versions.
|
GetAvailableClusterVersionsByLocation(SubscriptionResource, AzureLocation, CancellationToken) |
Returns a list of available cluster versions.
|
GetAvailableClusterVersionsByLocationAsync(SubscriptionResource, AzureLocation, CancellationToken) |
Returns a list of available cluster versions.
|
GetHDInsightClusterPools(SubscriptionResource, CancellationToken) |
Gets the list of Cluster Pools within a Subscription.
|
GetHDInsightClusterPoolsAsync(SubscriptionResource, CancellationToken) |
Gets the list of Cluster Pools within a Subscription.
|
CheckHDInsightNameAvailability(SubscriptionResource, AzureLocation, HDInsightNameAvailabilityContent, CancellationToken) |
Check the cluster name is available or not.
|
CheckHDInsightNameAvailabilityAsync(SubscriptionResource, AzureLocation, HDInsightNameAvailabilityContent, CancellationToken) |
Check the cluster name is available or not.
|
GetHDInsightBillingSpecs(SubscriptionResource, AzureLocation, CancellationToken) |
Lists the billingSpecs for the specified subscription and location.
|
GetHDInsightBillingSpecsAsync(SubscriptionResource, AzureLocation, CancellationToken) |
Lists the billingSpecs for the specified subscription and location.
|
GetHDInsightCapabilities(SubscriptionResource, AzureLocation, CancellationToken) |
Gets the capabilities for the specified location.
|
GetHDInsightCapabilitiesAsync(SubscriptionResource, AzureLocation, CancellationToken) |
Gets the capabilities for the specified location.
|
GetHDInsightClusters(SubscriptionResource, CancellationToken) |
Lists all the HDInsight clusters under the subscription.
|
GetHDInsightClustersAsync(SubscriptionResource, CancellationToken) |
Lists all the HDInsight clusters under the subscription.
|
GetHDInsightUsages(SubscriptionResource, AzureLocation, CancellationToken) |
Lists the usages for the specified location.
|
GetHDInsightUsagesAsync(SubscriptionResource, AzureLocation, CancellationToken) |
Lists the usages for the specified location.
|
ValidateHDInsightClusterCreation(SubscriptionResource, AzureLocation, HDInsightClusterCreationValidateContent, CancellationToken) |
Validate the cluster create request spec is valid or not.
|
ValidateHDInsightClusterCreationAsync(SubscriptionResource, AzureLocation, HDInsightClusterCreationValidateContent, CancellationToken) |
Validate the cluster create request spec is valid or not.
|
CheckHealthcareApisNameAvailability(SubscriptionResource, HealthcareApisNameAvailabilityContent, CancellationToken) |
Check if a service instance name is available.
|
CheckHealthcareApisNameAvailabilityAsync(SubscriptionResource, HealthcareApisNameAvailabilityContent, CancellationToken) |
Check if a service instance name is available.
|
GetHealthcareApisServices(SubscriptionResource, CancellationToken) |
Get all the service instances in a subscription.
|
GetHealthcareApisServicesAsync(SubscriptionResource, CancellationToken) |
Get all the service instances in a subscription.
|
GetHealthcareApisWorkspaces(SubscriptionResource, CancellationToken) |
Lists all the available workspaces under the specified subscription.
|
GetHealthcareApisWorkspacesAsync(SubscriptionResource, CancellationToken) |
Lists all the available workspaces under the specified subscription.
|
GetDeidServices(SubscriptionResource, CancellationToken) |
List DeidService resources by subscription ID
|
GetDeidServicesAsync(SubscriptionResource, CancellationToken) |
List DeidService resources by subscription ID
|
GetHybridComputeExtensionValue(SubscriptionResource, AzureLocation, String, String, String, CancellationToken) |
Gets an Extension Metadata based on location, publisher, extensionType and version
|
GetHybridComputeExtensionValueAsync(SubscriptionResource, AzureLocation, String, String, String, CancellationToken) |
Gets an Extension Metadata based on location, publisher, extensionType and version
|
GetHybridComputeExtensionValues(SubscriptionResource, AzureLocation, String, String) |
Gets a collection of HybridComputeExtensionValueResources in the SubscriptionResource. MockingTo mock this method, please mock GetHybridComputeExtensionValues(AzureLocation, String, String) instead. |
GetHybridComputeGateways(SubscriptionResource, CancellationToken) |
The operation to get all gateways of a non-Azure machine
|
GetHybridComputeGatewaysAsync(SubscriptionResource, CancellationToken) |
The operation to get all gateways of a non-Azure machine
|
GetHybridComputeLicenses(SubscriptionResource, CancellationToken) |
The operation to get all licenses of a non-Azure machine
|
GetHybridComputeLicensesAsync(SubscriptionResource, CancellationToken) |
The operation to get all licenses of a non-Azure machine
|
GetHybridComputeMachines(SubscriptionResource, CancellationToken) |
Lists all the hybrid machines in the specified subscription. Use the nextLink property in the response to get the next page of hybrid machines.
|
GetHybridComputeMachinesAsync(SubscriptionResource, CancellationToken) |
Lists all the hybrid machines in the specified subscription. Use the nextLink property in the response to get the next page of hybrid machines.
|
GetHybridComputePrivateLinkScopes(SubscriptionResource, CancellationToken) |
Gets a list of all Azure Arc PrivateLinkScopes within a subscription.
|
GetHybridComputePrivateLinkScopesAsync(SubscriptionResource, CancellationToken) |
Gets a list of all Azure Arc PrivateLinkScopes within a subscription.
|
GetValidationDetailsPrivateLinkScope(SubscriptionResource, AzureLocation, String, CancellationToken) |
Returns a Azure Arc PrivateLinkScope's validation details.
|
GetValidationDetailsPrivateLinkScopeAsync(SubscriptionResource, AzureLocation, String, CancellationToken) |
Returns a Azure Arc PrivateLinkScope's validation details.
|
ValidateLicenseLicense(SubscriptionResource, WaitUntil, HybridComputeLicenseData, CancellationToken) |
The operation to validate a license.
|
ValidateLicenseLicenseAsync(SubscriptionResource, WaitUntil, HybridComputeLicenseData, CancellationToken) |
The operation to validate a license.
|
GetHybridContainerServiceVirtualNetworks(SubscriptionResource, CancellationToken) |
Lists the virtual networks in the specified subscription
|
GetHybridContainerServiceVirtualNetworksAsync(SubscriptionResource, CancellationToken) |
Lists the virtual networks in the specified subscription
|
GetConfigurationGroupValues(SubscriptionResource, CancellationToken) |
Lists all sites in the configuration group value in a subscription.
|
GetConfigurationGroupValuesAsync(SubscriptionResource, CancellationToken) |
Lists all sites in the configuration group value in a subscription.
|
GetNetworkFunctions(SubscriptionResource, CancellationToken) |
Lists all the network functions in a subscription.
|
GetNetworkFunctionsAsync(SubscriptionResource, CancellationToken) |
Lists all the network functions in a subscription.
|
GetPublishers(SubscriptionResource, CancellationToken) |
Lists all the publishers in a subscription.
|
GetPublishersAsync(SubscriptionResource, CancellationToken) |
Lists all the publishers in a subscription.
|
GetSiteNetworkServices(SubscriptionResource, CancellationToken) |
Lists all sites in the network service in a subscription.
|
GetSiteNetworkServicesAsync(SubscriptionResource, CancellationToken) |
Lists all sites in the network service in a subscription.
|
GetSites(SubscriptionResource, CancellationToken) |
Lists all sites in the network service in a subscription.
|
GetSitesAsync(SubscriptionResource, CancellationToken) |
Lists all sites in the network service in a subscription.
|
GetInformaticaOrganizations(SubscriptionResource, CancellationToken) |
List InformaticaOrganizationResource resources by subscription ID
|
GetInformaticaOrganizationsAsync(SubscriptionResource, CancellationToken) |
List InformaticaOrganizationResource resources by subscription ID
|
CheckIotCentralAppNameAvailability(SubscriptionResource, IotCentralAppNameAvailabilityContent, CancellationToken) |
Check if an IoT Central application name is available.
|
CheckIotCentralAppNameAvailabilityAsync(SubscriptionResource, IotCentralAppNameAvailabilityContent, CancellationToken) |
Check if an IoT Central application name is available.
|
CheckIotCentralAppSubdomainAvailability(SubscriptionResource, IotCentralAppNameAvailabilityContent, CancellationToken) |
Check if an IoT Central application subdomain is available.
|
CheckIotCentralAppSubdomainAvailabilityAsync(SubscriptionResource, IotCentralAppNameAvailabilityContent, CancellationToken) |
Check if an IoT Central application subdomain is available.
|
GetIotCentralApps(SubscriptionResource, CancellationToken) |
Get all IoT Central Applications in a subscription.
|
GetIotCentralAppsAsync(SubscriptionResource, CancellationToken) |
Get all IoT Central Applications in a subscription.
|
GetTemplatesApps(SubscriptionResource, CancellationToken) |
Get all available application templates.
|
GetTemplatesAppsAsync(SubscriptionResource, CancellationToken) |
Get all available application templates.
|
GetFirmwareAnalysisWorkspaces(SubscriptionResource, CancellationToken) |
Lists all of the firmware analysis workspaces in the specified subscription.
|
GetFirmwareAnalysisWorkspacesAsync(SubscriptionResource, CancellationToken) |
Lists all of the firmware analysis workspaces in the specified subscription.
|
GetFirmwareWorkspaces(SubscriptionResource, CancellationToken) |
Lists all of the firmware analysis workspaces in the specified subscription.
|
GetFirmwareWorkspacesAsync(SubscriptionResource, CancellationToken) |
Lists all of the firmware analysis workspaces in the specified subscription.
|
CheckIotHubNameAvailability(SubscriptionResource, IotHubNameAvailabilityContent, CancellationToken) |
Check if an IoT hub name is available.
|
CheckIotHubNameAvailabilityAsync(SubscriptionResource, IotHubNameAvailabilityContent, CancellationToken) |
Check if an IoT hub name is available.
|
GetIotHubDescriptions(SubscriptionResource, CancellationToken) |
Get all the IoT hubs in a subscription.
|
GetIotHubDescriptionsAsync(SubscriptionResource, CancellationToken) |
Get all the IoT hubs in a subscription.
|
GetIotHubUserSubscriptionQuota(SubscriptionResource, CancellationToken) |
Get the number of free and paid iot hubs in the subscription
|
GetIotHubUserSubscriptionQuotaAsync(SubscriptionResource, CancellationToken) |
Get the number of free and paid iot hubs in the subscription
|
CheckKeyVaultNameAvailability(SubscriptionResource, KeyVaultNameAvailabilityContent, CancellationToken) |
Checks that the vault name is valid and is not already in use.
|
CheckKeyVaultNameAvailabilityAsync(SubscriptionResource, KeyVaultNameAvailabilityContent, CancellationToken) |
Checks that the vault name is valid and is not already in use.
|
CheckManagedHsmNameAvailability(SubscriptionResource, ManagedHsmNameAvailabilityContent, CancellationToken) |
Checks that the managed hsm name is valid and is not already in use.
|
CheckManagedHsmNameAvailabilityAsync(SubscriptionResource, ManagedHsmNameAvailabilityContent, CancellationToken) |
Checks that the managed hsm name is valid and is not already in use.
|
GetDeletedKeyVault(SubscriptionResource, AzureLocation, String, CancellationToken) |
Gets the deleted Azure key vault.
|
GetDeletedKeyVaultAsync(SubscriptionResource, AzureLocation, String, CancellationToken) |
Gets the deleted Azure key vault.
|
GetDeletedKeyVaults(SubscriptionResource) |
Gets a collection of DeletedKeyVaultResources in the SubscriptionResource. MockingTo mock this method, please mock GetDeletedKeyVaults() instead. |
GetDeletedKeyVaults(SubscriptionResource, CancellationToken) |
Gets information about the deleted vaults in a subscription.
|
GetDeletedKeyVaultsAsync(SubscriptionResource, CancellationToken) |
Gets information about the deleted vaults in a subscription.
|
GetDeletedManagedHsm(SubscriptionResource, AzureLocation, String, CancellationToken) |
Gets the specified deleted managed HSM.
|
GetDeletedManagedHsmAsync(SubscriptionResource, AzureLocation, String, CancellationToken) |
Gets the specified deleted managed HSM.
|
GetDeletedManagedHsms(SubscriptionResource) |
Gets a collection of DeletedManagedHsmResources in the SubscriptionResource. MockingTo mock this method, please mock GetDeletedManagedHsms() instead. |
GetDeletedManagedHsms(SubscriptionResource, CancellationToken) |
The List operation gets information about the deleted managed HSMs associated with the subscription.
|
GetDeletedManagedHsmsAsync(SubscriptionResource, CancellationToken) |
The List operation gets information about the deleted managed HSMs associated with the subscription.
|
GetKeyVaults(SubscriptionResource, Nullable<Int32>, CancellationToken) |
The List operation gets information about the vaults associated with the subscription.
|
GetKeyVaultsAsync(SubscriptionResource, Nullable<Int32>, CancellationToken) |
The List operation gets information about the vaults associated with the subscription.
|
GetManagedHsms(SubscriptionResource, Nullable<Int32>, CancellationToken) |
The List operation gets information about the managed HSM Pools associated with the subscription.
|
GetManagedHsmsAsync(SubscriptionResource, Nullable<Int32>, CancellationToken) |
The List operation gets information about the managed HSM Pools associated with the subscription.
|
GetConnectedClusters(SubscriptionResource, CancellationToken) |
API to enumerate registered connected K8s clusters under a Subscription
|
GetConnectedClustersAsync(SubscriptionResource, CancellationToken) |
API to enumerate registered connected K8s clusters under a Subscription
|
CheckKustoClusterNameAvailability(SubscriptionResource, AzureLocation, KustoClusterNameAvailabilityContent, CancellationToken) |
Checks that the cluster name is valid and is not already in use.
|
CheckKustoClusterNameAvailabilityAsync(SubscriptionResource, AzureLocation, KustoClusterNameAvailabilityContent, CancellationToken) |
Checks that the cluster name is valid and is not already in use.
|
GetKustoClusters(SubscriptionResource, CancellationToken) |
Lists all Kusto clusters within a subscription.
|
GetKustoClustersAsync(SubscriptionResource, CancellationToken) |
Lists all Kusto clusters within a subscription.
|
GetKustoEligibleSkus(SubscriptionResource, CancellationToken) |
Lists eligible SKUs for Kusto resource provider.
|
GetKustoEligibleSkusAsync(SubscriptionResource, CancellationToken) |
Lists eligible SKUs for Kusto resource provider.
|
GetSkus(SubscriptionResource, AzureLocation, CancellationToken) |
Lists eligible region SKUs for Kusto resource provider by Azure region.
|
GetSkusAsync(SubscriptionResource, AzureLocation, CancellationToken) |
Lists eligible region SKUs for Kusto resource provider by Azure region.
|
GetLabPlans(SubscriptionResource, String, CancellationToken) |
Returns a list of all lab plans within a subscription
|
GetLabPlansAsync(SubscriptionResource, String, CancellationToken) |
Returns a list of all lab plans within a subscription
|
GetLabs(SubscriptionResource, String, CancellationToken) |
Returns a list of all labs for a subscription.
|
GetLabsAsync(SubscriptionResource, String, CancellationToken) |
Returns a list of all labs for a subscription.
|
GetSkus(SubscriptionResource, String, CancellationToken) |
Returns a list of Azure Lab Services resource SKUs.
|
GetSkusAsync(SubscriptionResource, String, CancellationToken) |
Returns a list of Azure Lab Services resource SKUs.
|
GetUsages(SubscriptionResource, AzureLocation, String, CancellationToken) |
Returns list of usage per SKU family for the specified subscription in the specified region.
|
GetUsagesAsync(SubscriptionResource, AzureLocation, String, CancellationToken) |
Returns list of usage per SKU family for the specified subscription in the specified region.
|
GetLargeInstances(SubscriptionResource, CancellationToken) |
Gets a list of Azure Large Instances in the specified subscription. The operations returns various properties of each Azure Large Instance.
|
GetLargeInstancesAsync(SubscriptionResource, CancellationToken) |
Gets a list of Azure Large Instances in the specified subscription. The operations returns various properties of each Azure Large Instance.
|
GetLargeStorageInstances(SubscriptionResource, CancellationToken) |
Gets a list of AzureLargeStorageInstances in the specified subscription. The operations returns various properties of each Azure LargeStorage instance.
|
GetLargeStorageInstancesAsync(SubscriptionResource, CancellationToken) |
Gets a list of AzureLargeStorageInstances in the specified subscription. The operations returns various properties of each Azure LargeStorage instance.
|
GetAllLoadTestingQuota(SubscriptionResource, AzureLocation) |
Gets a collection of LoadTestingQuotaResources in the SubscriptionResource. MockingTo mock this method, please mock GetAllLoadTestingQuota(AzureLocation) instead. |
GetLoadTestingQuota(SubscriptionResource, AzureLocation, String, CancellationToken) |
Get the available quota for a quota bucket per region per subscription.
|
GetLoadTestingQuotaAsync(SubscriptionResource, AzureLocation, String, CancellationToken) |
Get the available quota for a quota bucket per region per subscription.
|
GetLoadTestingResources(SubscriptionResource, CancellationToken) |
Lists loadtests resources in a subscription.
|
GetLoadTestingResourcesAsync(SubscriptionResource, CancellationToken) |
Lists loadtests resources in a subscription.
|
GetIntegrationAccounts(SubscriptionResource, Nullable<Int32>, CancellationToken) |
Gets a list of integration accounts by subscription.
|
GetIntegrationAccountsAsync(SubscriptionResource, Nullable<Int32>, CancellationToken) |
Gets a list of integration accounts by subscription.
|
GetIntegrationServiceEnvironments(SubscriptionResource, Nullable<Int32>, CancellationToken) |
Gets a list of integration service environments by subscription.
|
GetIntegrationServiceEnvironmentsAsync(SubscriptionResource, Nullable<Int32>, CancellationToken) |
Gets a list of integration service environments by subscription.
|
GetLogicWorkflows(SubscriptionResource, Nullable<Int32>, String, CancellationToken) |
Gets a list of workflows by subscription.
|
GetLogicWorkflowsAsync(SubscriptionResource, Nullable<Int32>, String, CancellationToken) |
Gets a list of workflows by subscription.
|
GetMachineLearningQuotas(SubscriptionResource, AzureLocation, CancellationToken) |
Gets the currently assigned Workspace Quotas based on VMFamily.
|
GetMachineLearningQuotasAsync(SubscriptionResource, AzureLocation, CancellationToken) |
Gets the currently assigned Workspace Quotas based on VMFamily.
|
GetMachineLearningRegistries(SubscriptionResource, CancellationToken) |
List registries by subscription
|
GetMachineLearningRegistriesAsync(SubscriptionResource, CancellationToken) |
List registries by subscription
|
GetMachineLearningUsages(SubscriptionResource, AzureLocation, CancellationToken) |
Gets the current usage information as well as limits for AML resources for given subscription and location.
|
GetMachineLearningUsagesAsync(SubscriptionResource, AzureLocation, CancellationToken) |
Gets the current usage information as well as limits for AML resources for given subscription and location.
|
GetMachineLearningVmSizes(SubscriptionResource, AzureLocation, CancellationToken) |
Returns supported VM Sizes in a location
|
GetMachineLearningVmSizesAsync(SubscriptionResource, AzureLocation, CancellationToken) |
Returns supported VM Sizes in a location
|
GetMachineLearningWorkspaces(SubscriptionResource, String, String, CancellationToken) |
Lists all the available machine learning workspaces under the specified subscription.
|
GetMachineLearningWorkspacesAsync(SubscriptionResource, String, String, CancellationToken) |
Lists all the available machine learning workspaces under the specified subscription.
|
UpdateMachineLearningQuotas(SubscriptionResource, AzureLocation, MachineLearningQuotaUpdateContent, CancellationToken) |
Update quota for each VM family in workspace.
|
UpdateMachineLearningQuotasAsync(SubscriptionResource, AzureLocation, MachineLearningQuotaUpdateContent, CancellationToken) |
Update quota for each VM family in workspace.
|
GetOperationalizationClusters(SubscriptionResource, String, CancellationToken) |
Gets the operationalization clusters in the specified subscription.
|
GetOperationalizationClustersAsync(SubscriptionResource, String, CancellationToken) |
Gets the operationalization clusters in the specified subscription.
|
CreateOrUpdateConfigurationAssignmentBySubscription(SubscriptionResource, String, MaintenanceConfigurationAssignmentData, CancellationToken) |
Register configuration for resource.
|
CreateOrUpdateConfigurationAssignmentBySubscriptionAsync(SubscriptionResource, String, MaintenanceConfigurationAssignmentData, CancellationToken) |
Register configuration for resource.
|
DeleteConfigurationAssignmentBySubscription(SubscriptionResource, String, CancellationToken) |
Unregister configuration for resource.
|
DeleteConfigurationAssignmentBySubscriptionAsync(SubscriptionResource, String, CancellationToken) |
Unregister configuration for resource.
|
GetConfigurationAssignmentBySubscription(SubscriptionResource, String, CancellationToken) |
Get configuration assignment for resource..
|
GetConfigurationAssignmentBySubscriptionAsync(SubscriptionResource, String, CancellationToken) |
Get configuration assignment for resource..
|
GetConfigurationAssignmentsBySubscription(SubscriptionResource, CancellationToken) |
Get configuration assignment within a subscription
|
GetConfigurationAssignmentsBySubscriptionAsync(SubscriptionResource, CancellationToken) |
Get configuration assignment within a subscription
|
GetMaintenanceApplyUpdates(SubscriptionResource, CancellationToken) |
Get Configuration records within a subscription
|
GetMaintenanceApplyUpdatesAsync(SubscriptionResource, CancellationToken) |
Get Configuration records within a subscription
|
GetMaintenanceConfigurations(SubscriptionResource, CancellationToken) |
Get Configuration records within a subscription
|
GetMaintenanceConfigurationsAsync(SubscriptionResource, CancellationToken) |
Get Configuration records within a subscription
|
GetMaintenancePublicConfiguration(SubscriptionResource, String, CancellationToken) |
Get Public Maintenance Configuration record
|
GetMaintenancePublicConfigurationAsync(SubscriptionResource, String, CancellationToken) |
Get Public Maintenance Configuration record
|
GetMaintenancePublicConfigurations(SubscriptionResource) |
Gets a collection of MaintenancePublicConfigurationResources in the SubscriptionResource. MockingTo mock this method, please mock GetMaintenancePublicConfigurations() instead. |
UpdateConfigurationAssignmentBySubscription(SubscriptionResource, String, MaintenanceConfigurationAssignmentData, CancellationToken) |
Register configuration for resource.
|
UpdateConfigurationAssignmentBySubscriptionAsync(SubscriptionResource, String, MaintenanceConfigurationAssignmentData, CancellationToken) |
Register configuration for resource.
|
GetManagedNetworks(SubscriptionResource, Nullable<Int32>, String, CancellationToken) |
The ListBySubscription ManagedNetwork operation retrieves all the Managed Network Resources in the current subscription in a paginated format.
|
GetManagedNetworksAsync(SubscriptionResource, Nullable<Int32>, String, CancellationToken) |
The ListBySubscription ManagedNetwork operation retrieves all the Managed Network Resources in the current subscription in a paginated format.
|
GetNetworkDevices(SubscriptionResource, CancellationToken) |
List all the Network Device resources in a given subscription.
|
GetNetworkDevicesAsync(SubscriptionResource, CancellationToken) |
List all the Network Device resources in a given subscription.
|
GetNetworkDeviceSku(SubscriptionResource, String, CancellationToken) |
Get a Network Device SKU details.
|
GetNetworkDeviceSkuAsync(SubscriptionResource, String, CancellationToken) |
Get a Network Device SKU details.
|
GetNetworkDeviceSkus(SubscriptionResource) |
Gets a collection of NetworkDeviceSkuResources in the SubscriptionResource. MockingTo mock this method, please mock GetNetworkDeviceSkus() instead. |
GetNetworkFabricAccessControlLists(SubscriptionResource, CancellationToken) |
Implements AccessControlLists list by subscription GET method.
|
GetNetworkFabricAccessControlListsAsync(SubscriptionResource, CancellationToken) |
Implements AccessControlLists list by subscription GET method.
|
GetNetworkFabricControllers(SubscriptionResource, CancellationToken) |
Lists all the NetworkFabricControllers by subscription.
|
GetNetworkFabricControllersAsync(SubscriptionResource, CancellationToken) |
Lists all the NetworkFabricControllers by subscription.
|
GetNetworkFabricInternetGatewayRules(SubscriptionResource, CancellationToken) |
List all Internet Gateway rules in the given subscription.
|
GetNetworkFabricInternetGatewayRulesAsync(SubscriptionResource, CancellationToken) |
List all Internet Gateway rules in the given subscription.
|
GetNetworkFabricInternetGateways(SubscriptionResource, CancellationToken) |
Displays Internet Gateways list by subscription GET method.
|
GetNetworkFabricInternetGatewaysAsync(SubscriptionResource, CancellationToken) |
Displays Internet Gateways list by subscription GET method.
|
GetNetworkFabricIPCommunities(SubscriptionResource, CancellationToken) |
Implements IP Communities list by subscription GET method.
|
GetNetworkFabricIPCommunitiesAsync(SubscriptionResource, CancellationToken) |
Implements IP Communities list by subscription GET method.
|
GetNetworkFabricIPExtendedCommunities(SubscriptionResource, CancellationToken) |
Implements IpExtendedCommunities list by subscription GET method.
|
GetNetworkFabricIPExtendedCommunitiesAsync(SubscriptionResource, CancellationToken) |
Implements IpExtendedCommunities list by subscription GET method.
|
GetNetworkFabricIPPrefixes(SubscriptionResource, CancellationToken) |
Implements IpPrefixes list by subscription GET method.
|
GetNetworkFabricIPPrefixesAsync(SubscriptionResource, CancellationToken) |
Implements IpPrefixes list by subscription GET method.
|
GetNetworkFabricL2IsolationDomains(SubscriptionResource, CancellationToken) |
Displays L2IsolationDomains list by subscription GET method.
|
GetNetworkFabricL2IsolationDomainsAsync(SubscriptionResource, CancellationToken) |
Displays L2IsolationDomains list by subscription GET method.
|
GetNetworkFabricL3IsolationDomains(SubscriptionResource, CancellationToken) |
Displays L3IsolationDomains list by subscription GET method.
|
GetNetworkFabricL3IsolationDomainsAsync(SubscriptionResource, CancellationToken) |
Displays L3IsolationDomains list by subscription GET method.
|
GetNetworkFabricNeighborGroups(SubscriptionResource, CancellationToken) |
Displays NeighborGroups list by subscription GET method.
|
GetNetworkFabricNeighborGroupsAsync(SubscriptionResource, CancellationToken) |
Displays NeighborGroups list by subscription GET method.
|
GetNetworkFabricRoutePolicies(SubscriptionResource, CancellationToken) |
Implements RoutePolicies list by subscription GET method.
|
GetNetworkFabricRoutePoliciesAsync(SubscriptionResource, CancellationToken) |
Implements RoutePolicies list by subscription GET method.
|
GetNetworkFabrics(SubscriptionResource, CancellationToken) |
List all the Network Fabric resources in the given subscription.
|
GetNetworkFabricsAsync(SubscriptionResource, CancellationToken) |
List all the Network Fabric resources in the given subscription.
|
GetNetworkFabricSku(SubscriptionResource, String, CancellationToken) |
Implements Network Fabric SKU GET method.
|
GetNetworkFabricSkuAsync(SubscriptionResource, String, CancellationToken) |
Implements Network Fabric SKU GET method.
|
GetNetworkFabricSkus(SubscriptionResource) |
Gets a collection of NetworkFabricSkuResources in the SubscriptionResource. MockingTo mock this method, please mock GetNetworkFabricSkus() instead. |
GetNetworkPacketBrokers(SubscriptionResource, CancellationToken) |
Displays Network Packet Brokers list by subscription GET method.
|
GetNetworkPacketBrokersAsync(SubscriptionResource, CancellationToken) |
Displays Network Packet Brokers list by subscription GET method.
|
GetNetworkRacks(SubscriptionResource, CancellationToken) |
List all Network Rack resources in the given subscription
|
GetNetworkRacksAsync(SubscriptionResource, CancellationToken) |
List all Network Rack resources in the given subscription
|
GetNetworkTapRules(SubscriptionResource, CancellationToken) |
List all the Network Tap Rule resources in the given subscription.
|
GetNetworkTapRulesAsync(SubscriptionResource, CancellationToken) |
List all the Network Tap Rule resources in the given subscription.
|
GetNetworkTaps(SubscriptionResource, CancellationToken) |
Displays Network Taps list by subscription GET method.
|
GetNetworkTapsAsync(SubscriptionResource, CancellationToken) |
Displays Network Taps list by subscription GET method.
|
GetSystemAssignedIdentity(ArmResource) |
Gets an object representing a SystemAssignedIdentityResource along with the instance operations that can be performed on it in the ArmResource. MockingTo mock this method, please mock GetSystemAssignedIdentity() instead. |
GetUserAssignedIdentities(SubscriptionResource, CancellationToken) |
Lists all the userAssignedIdentities available under the specified subscription.
|
GetUserAssignedIdentitiesAsync(SubscriptionResource, CancellationToken) |
Lists all the userAssignedIdentities available under the specified subscription.
|
GetMapsAccounts(SubscriptionResource, CancellationToken) |
Get all Maps Accounts in a Subscription
|
GetMapsAccountsAsync(SubscriptionResource, CancellationToken) |
Get all Maps Accounts in a Subscription
|
GetMarketplaceAgreement(SubscriptionResource, String, String, String, CancellationToken) |
Get marketplace agreement.
|
GetMarketplaceAgreementAsync(SubscriptionResource, String, String, String, CancellationToken) |
Get marketplace agreement.
|
GetMarketplaceAgreements(SubscriptionResource) |
Gets a collection of MarketplaceAgreementResources in the SubscriptionResource. MockingTo mock this method, please mock GetMarketplaceAgreements() instead. |
GetMarketplaceAgreementTerm(SubscriptionResource, AgreementOfferType, String, String, String, CancellationToken) |
Get marketplace terms.
|
GetMarketplaceAgreementTermAsync(SubscriptionResource, AgreementOfferType, String, String, String, CancellationToken) |
Get marketplace terms.
|
GetMarketplaceAgreementTerms(SubscriptionResource) |
Gets a collection of MarketplaceAgreementTermResources in the SubscriptionResource. MockingTo mock this method, please mock GetMarketplaceAgreementTerms() instead. |
CheckMediaServicesNameAvailability(SubscriptionResource, AzureLocation, MediaServicesNameAvailabilityContent, CancellationToken) |
Checks whether the Media Service resource name is available.
|
CheckMediaServicesNameAvailabilityAsync(SubscriptionResource, AzureLocation, MediaServicesNameAvailabilityContent, CancellationToken) |
Checks whether the Media Service resource name is available.
|
GetMediaServicesAccounts(SubscriptionResource, CancellationToken) |
List Media Services accounts in the subscription.
|
GetMediaServicesAccountsAsync(SubscriptionResource, CancellationToken) |
List Media Services accounts in the subscription.
|
GetMoveCollections(SubscriptionResource, CancellationToken) |
Get all the Move Collections in the subscription. Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Migrate/moveCollections Operation Id: MoveCollections_ListMoveCollectionsBySubscription |
GetMoveCollectionsAsync(SubscriptionResource, CancellationToken) |
Get all the Move Collections in the subscription. Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Migrate/moveCollections Operation Id: MoveCollections_ListMoveCollectionsBySubscription |
GetSapDiscoverySites(SubscriptionResource, CancellationToken) |
Gets all SAP Migration discovery site resources in a Subscription.
|
GetSapDiscoverySitesAsync(SubscriptionResource, CancellationToken) |
Gets all SAP Migration discovery site resources in a Subscription.
|
CheckMixedRealityNameAvailability(SubscriptionResource, AzureLocation, MixedRealityNameAvailabilityContent, CancellationToken) |
Check Name Availability for local uniqueness
|
CheckMixedRealityNameAvailabilityAsync(SubscriptionResource, AzureLocation, MixedRealityNameAvailabilityContent, CancellationToken) |
Check Name Availability for local uniqueness
|
GetRemoteRenderingAccounts(SubscriptionResource, CancellationToken) |
List Remote Rendering Accounts by Subscription
|
GetRemoteRenderingAccountsAsync(SubscriptionResource, CancellationToken) |
List Remote Rendering Accounts by Subscription
|
GetSpatialAnchorsAccounts(SubscriptionResource, CancellationToken) |
List Spatial Anchors Accounts by Subscription
|
GetSpatialAnchorsAccountsAsync(SubscriptionResource, CancellationToken) |
List Spatial Anchors Accounts by Subscription
|
GetMobileNetworks(SubscriptionResource, CancellationToken) |
Lists all the mobile networks in a subscription.
|
GetMobileNetworksAsync(SubscriptionResource, CancellationToken) |
Lists all the mobile networks in a subscription.
|
GetMobileNetworkSimGroups(SubscriptionResource, CancellationToken) |
Gets all the SIM groups in a subscription.
|
GetMobileNetworkSimGroupsAsync(SubscriptionResource, CancellationToken) |
Gets all the SIM groups in a subscription.
|
GetPacketCoreControlPlanes(SubscriptionResource, CancellationToken) |
Lists all the packet core control planes in a subscription.
|
GetPacketCoreControlPlanesAsync(SubscriptionResource, CancellationToken) |
Lists all the packet core control planes in a subscription.
|
GetSubscriptionPacketCoreControlPlaneVersion(SubscriptionResource, String, CancellationToken) |
Gets information about the specified packet core control plane version.
|
GetSubscriptionPacketCoreControlPlaneVersionAsync(SubscriptionResource, String, CancellationToken) |
Gets information about the specified packet core control plane version.
|
GetSubscriptionPacketCoreControlPlaneVersions(SubscriptionResource) |
Gets a collection of SubscriptionPacketCoreControlPlaneVersionResources in the SubscriptionResource. MockingTo mock this method, please mock GetSubscriptionPacketCoreControlPlaneVersions() instead. |
CheckMongoClusterNameAvailability(SubscriptionResource, AzureLocation, MongoClusterNameAvailabilityContent, CancellationToken) |
Check if mongo cluster name is available for use.
|
CheckMongoClusterNameAvailabilityAsync(SubscriptionResource, AzureLocation, MongoClusterNameAvailabilityContent, CancellationToken) |
Check if mongo cluster name is available for use.
|
GetMongoClusters(SubscriptionResource, CancellationToken) |
List all the mongo clusters in a given subscription.
|
GetMongoClustersAsync(SubscriptionResource, CancellationToken) |
List all the mongo clusters in a given subscription.
|
GetActionGroups(SubscriptionResource, CancellationToken) |
Get a list of all action groups in a subscription.
|
GetActionGroupsAsync(SubscriptionResource, CancellationToken) |
Get a list of all action groups in a subscription.
|
GetActivityLogAlerts(SubscriptionResource, CancellationToken) |
Get a list of all Activity Log Alert rules in a subscription.
|
GetActivityLogAlertsAsync(SubscriptionResource, CancellationToken) |
Get a list of all Activity Log Alert rules in a subscription.
|
GetActivityLogs(SubscriptionResource, String, String, CancellationToken) |
Provides the list of records from the activity logs.
|
GetActivityLogsAsync(SubscriptionResource, String, String, CancellationToken) |
Provides the list of records from the activity logs.
|
GetAlertRules(SubscriptionResource, CancellationToken) |
List the classic metric alert rules within a subscription.
|
GetAlertRulesAsync(SubscriptionResource, CancellationToken) |
List the classic metric alert rules within a subscription.
|
GetAutoscaleSettings(SubscriptionResource, CancellationToken) |
Lists the autoscale settings for a subscription
|
GetAutoscaleSettingsAsync(SubscriptionResource, CancellationToken) |
Lists the autoscale settings for a subscription
|
GetDataCollectionEndpoints(SubscriptionResource, CancellationToken) |
Lists all data collection endpoints in the specified subscription
|
GetDataCollectionEndpointsAsync(SubscriptionResource, CancellationToken) |
Lists all data collection endpoints in the specified subscription
|
GetDataCollectionRules(SubscriptionResource, CancellationToken) |
Lists all data collection rules in the specified subscription.
|
GetDataCollectionRulesAsync(SubscriptionResource, CancellationToken) |
Lists all data collection rules in the specified subscription.
|
GetLogProfile(SubscriptionResource, String, CancellationToken) |
Gets the log profile.
|
GetLogProfileAsync(SubscriptionResource, String, CancellationToken) |
Gets the log profile.
|
GetLogProfiles(SubscriptionResource) |
Gets a collection of LogProfileResources in the SubscriptionResource. MockingTo mock this method, please mock GetLogProfiles() instead. |
GetMetricAlerts(SubscriptionResource, CancellationToken) |
Retrieve alert rule definitions in a subscription.
|
GetMetricAlertsAsync(SubscriptionResource, CancellationToken) |
Retrieve alert rule definitions in a subscription.
|
GetMonitorMetrics(SubscriptionResource, SubscriptionResourceGetMonitorMetricsOptions, CancellationToken) |
Lists the metric data for a subscription.
|
GetMonitorMetricsAsync(SubscriptionResource, SubscriptionResourceGetMonitorMetricsOptions, CancellationToken) |
Lists the metric data for a subscription.
|
GetMonitorMetricsWithPost(SubscriptionResource, SubscriptionResourceGetMonitorMetricsWithPostOptions, CancellationToken) |
Lists the metric data for a subscription. Parameters can be specified on either query params or the body.
|
GetMonitorMetricsWithPostAsync(SubscriptionResource, SubscriptionResourceGetMonitorMetricsWithPostOptions, CancellationToken) |
Lists the metric data for a subscription. Parameters can be specified on either query params or the body.
|
GetMonitorPrivateLinkScopes(SubscriptionResource, CancellationToken) |
Gets a list of all Azure Monitor PrivateLinkScopes within a subscription.
|
GetMonitorPrivateLinkScopesAsync(SubscriptionResource, CancellationToken) |
Gets a list of all Azure Monitor PrivateLinkScopes within a subscription.
|
GetMonitorWorkspaceResources(SubscriptionResource, CancellationToken) |
Lists all workspaces in the specified subscription
|
GetMonitorWorkspaceResourcesAsync(SubscriptionResource, CancellationToken) |
Lists all workspaces in the specified subscription
|
GetPipelineGroups(SubscriptionResource, CancellationToken) |
Lists all workspaces in the specified subscription
|
GetPipelineGroupsAsync(SubscriptionResource, CancellationToken) |
Lists all workspaces in the specified subscription
|
GetScheduledQueryRules(SubscriptionResource, CancellationToken) |
Retrieve a scheduled query rule definitions in a subscription.
|
GetScheduledQueryRulesAsync(SubscriptionResource, CancellationToken) |
Retrieve a scheduled query rule definitions in a subscription.
|
CheckMySqlFlexibleServerNameAvailability(SubscriptionResource, AzureLocation, MySqlFlexibleServerNameAvailabilityContent, CancellationToken) |
Check the availability of name for server
|
CheckMySqlFlexibleServerNameAvailabilityAsync(SubscriptionResource, AzureLocation, MySqlFlexibleServerNameAvailabilityContent, CancellationToken) |
Check the availability of name for server
|
CheckMySqlFlexibleServerNameAvailabilityWithoutLocation(SubscriptionResource, MySqlFlexibleServerNameAvailabilityContent, CancellationToken) |
Check the availability of name for server
|
CheckMySqlFlexibleServerNameAvailabilityWithoutLocationAsync(SubscriptionResource, MySqlFlexibleServerNameAvailabilityContent, CancellationToken) |
Check the availability of name for server
|
ExecuteCheckVirtualNetworkSubnetUsage(SubscriptionResource, AzureLocation, MySqlFlexibleServerVirtualNetworkSubnetUsageParameter, CancellationToken) |
Get virtual network subnet usage for a given vNet resource id.
|
ExecuteCheckVirtualNetworkSubnetUsageAsync(SubscriptionResource, AzureLocation, MySqlFlexibleServerVirtualNetworkSubnetUsageParameter, CancellationToken) |
Get virtual network subnet usage for a given vNet resource id.
|
GetLocationBasedCapabilities(SubscriptionResource, AzureLocation, CancellationToken) |
Get capabilities at specified location in a given subscription.
|
GetLocationBasedCapabilitiesAsync(SubscriptionResource, AzureLocation, CancellationToken) |
Get capabilities at specified location in a given subscription.
|
GetMySqlFlexibleServers(SubscriptionResource, CancellationToken) |
List all the servers in a given subscription.
|
GetMySqlFlexibleServersAsync(SubscriptionResource, CancellationToken) |
List all the servers in a given subscription.
|
GetMySqlFlexibleServersCapabilities(SubscriptionResource, AzureLocation) |
Gets a collection of MySqlFlexibleServersCapabilityResources in the SubscriptionResource. MockingTo mock this method, please mock GetMySqlFlexibleServersCapabilities(AzureLocation) instead. |
GetMySqlFlexibleServersCapability(SubscriptionResource, AzureLocation, String, CancellationToken) |
Get capabilities at specified location in a given subscription.
|
GetMySqlFlexibleServersCapabilityAsync(SubscriptionResource, AzureLocation, String, CancellationToken) |
Get capabilities at specified location in a given subscription.
|
GetOperationResult(SubscriptionResource, AzureLocation, String, CancellationToken) |
Get the operation result for a long running operation.
|
GetOperationResultAsync(SubscriptionResource, AzureLocation, String, CancellationToken) |
Get the operation result for a long running operation.
|
CheckMySqlNameAvailability(SubscriptionResource, MySqlNameAvailabilityContent, CancellationToken) |
Check the availability of name for resource
|
CheckMySqlNameAvailabilityAsync(SubscriptionResource, MySqlNameAvailabilityContent, CancellationToken) |
Check the availability of name for resource
|
GetLocationBasedPerformanceTiers(SubscriptionResource, AzureLocation, CancellationToken) |
List all the performance tiers at specified location in a given subscription.
|
GetLocationBasedPerformanceTiersAsync(SubscriptionResource, AzureLocation, CancellationToken) |
List all the performance tiers at specified location in a given subscription.
|
GetMySqlServers(SubscriptionResource, CancellationToken) |
List all the servers in a given subscription.
|
GetMySqlServersAsync(SubscriptionResource, CancellationToken) |
List all the servers in a given subscription.
|
CheckNetAppFilePathAvailability(SubscriptionResource, AzureLocation, NetAppFilePathAvailabilityContent, CancellationToken) |
Check if a file path is available.
|
CheckNetAppFilePathAvailabilityAsync(SubscriptionResource, AzureLocation, NetAppFilePathAvailabilityContent, CancellationToken) |
Check if a file path is available.
|
CheckNetAppNameAvailability(SubscriptionResource, AzureLocation, NetAppNameAvailabilityContent, CancellationToken) |
Check if a resource name is available.
|
CheckNetAppNameAvailabilityAsync(SubscriptionResource, AzureLocation, NetAppNameAvailabilityContent, CancellationToken) |
Check if a resource name is available.
|
CheckNetAppQuotaAvailability(SubscriptionResource, AzureLocation, NetAppQuotaAvailabilityContent, CancellationToken) |
Check if a quota is available.
|
CheckNetAppQuotaAvailabilityAsync(SubscriptionResource, AzureLocation, NetAppQuotaAvailabilityContent, CancellationToken) |
Check if a quota is available.
|
GetNetAppAccounts(SubscriptionResource, CancellationToken) |
List and describe all NetApp accounts in the subscription.
|
GetNetAppAccountsAsync(SubscriptionResource, CancellationToken) |
List and describe all NetApp accounts in the subscription.
|
GetNetAppQuotaLimit(SubscriptionResource, AzureLocation, String, CancellationToken) |
Get the default and current subscription quota limit
|
GetNetAppQuotaLimitAsync(SubscriptionResource, AzureLocation, String, CancellationToken) |
Get the default and current subscription quota limit
|
GetNetAppQuotaLimits(SubscriptionResource, AzureLocation, CancellationToken) |
Get the default and current limits for quotas
|
GetNetAppQuotaLimitsAsync(SubscriptionResource, AzureLocation, CancellationToken) |
Get the default and current limits for quotas
|
GetRegionInfoResource(SubscriptionResource, AzureLocation, CancellationToken) |
Provides storage to network proximity and logical zone mapping information.
|
GetRegionInfoResourceAsync(SubscriptionResource, AzureLocation, CancellationToken) |
Provides storage to network proximity and logical zone mapping information.
|
GetRegionInfoResources(SubscriptionResource, AzureLocation) |
Gets a collection of RegionInfoResources in the SubscriptionResource. MockingTo mock this method, please mock GetRegionInfoResources(AzureLocation) instead. |
QueryNetworkSiblingSetNetAppResource(SubscriptionResource, AzureLocation, QueryNetworkSiblingSetContent, CancellationToken) |
Get details of the specified network sibling set.
|
QueryNetworkSiblingSetNetAppResourceAsync(SubscriptionResource, AzureLocation, QueryNetworkSiblingSetContent, CancellationToken) |
Get details of the specified network sibling set.
|
QueryRegionInfoNetAppResource(SubscriptionResource, AzureLocation, CancellationToken) |
Provides storage to network proximity and logical zone mapping information.
|
QueryRegionInfoNetAppResourceAsync(SubscriptionResource, AzureLocation, CancellationToken) |
Provides storage to network proximity and logical zone mapping information.
|
UpdateNetworkSiblingSetNetAppResource(SubscriptionResource, WaitUntil, AzureLocation, UpdateNetworkSiblingSetContent, CancellationToken) |
Update the network features of the specified network sibling set.
|
UpdateNetworkSiblingSetNetAppResourceAsync(SubscriptionResource, WaitUntil, AzureLocation, UpdateNetworkSiblingSetContent, CancellationToken) |
Update the network features of the specified network sibling set.
|
CheckDnsNameAvailability(SubscriptionResource, AzureLocation, String, CancellationToken) |
Checks whether a domain name in the cloudapp.azure.com zone is available for use.
|
CheckDnsNameAvailabilityAsync(SubscriptionResource, AzureLocation, String, CancellationToken) |
Checks whether a domain name in the cloudapp.azure.com zone is available for use.
|
CheckPrivateLinkServiceVisibilityPrivateLinkService(SubscriptionResource, WaitUntil, AzureLocation, CheckPrivateLinkServiceVisibilityRequest, CancellationToken) |
Checks whether the subscription is visible to private link service.
|
CheckPrivateLinkServiceVisibilityPrivateLinkServiceAsync(SubscriptionResource, WaitUntil, AzureLocation, CheckPrivateLinkServiceVisibilityRequest, CancellationToken) |
Checks whether the subscription is visible to private link service.
|
GetAllServiceTagInformation(SubscriptionResource, AzureLocation, Nullable<Boolean>, String, CancellationToken) |
Gets a list of service tag information resources with pagination.
|
GetAllServiceTagInformationAsync(SubscriptionResource, AzureLocation, Nullable<Boolean>, String, CancellationToken) |
Gets a list of service tag information resources with pagination.
|
GetAppGatewayAvailableWafRuleSets(SubscriptionResource, CancellationToken) |
Lists all available web application firewall rule sets.
|
GetAppGatewayAvailableWafRuleSetsAsync(SubscriptionResource, CancellationToken) |
Lists all available web application firewall rule sets.
|
GetApplicationGatewayAvailableSslOptions(SubscriptionResource, CancellationToken) |
Lists available Ssl options for configuring Ssl policy.
|
GetApplicationGatewayAvailableSslOptionsAsync(SubscriptionResource, CancellationToken) |
Lists available Ssl options for configuring Ssl policy.
|
GetApplicationGatewayAvailableSslPredefinedPolicies(SubscriptionResource, CancellationToken) |
Lists all SSL predefined policies for configuring Ssl policy.
|
GetApplicationGatewayAvailableSslPredefinedPoliciesAsync(SubscriptionResource, CancellationToken) |
Lists all SSL predefined policies for configuring Ssl policy.
|
GetApplicationGateways(SubscriptionResource, CancellationToken) |
Gets all the application gateways in a subscription.
|
GetApplicationGatewaysAsync(SubscriptionResource, CancellationToken) |
Gets all the application gateways in a subscription.
|
GetApplicationGatewaySslPredefinedPolicy(SubscriptionResource, String, CancellationToken) |
Gets Ssl predefined policy with the specified policy name.
|
GetApplicationGatewaySslPredefinedPolicyAsync(SubscriptionResource, String, CancellationToken) |
Gets Ssl predefined policy with the specified policy name.
|
GetApplicationGatewayWafDynamicManifest(SubscriptionResource, AzureLocation, CancellationToken) |
Gets the regional application gateway waf manifest.
|
GetApplicationGatewayWafDynamicManifestAsync(SubscriptionResource, AzureLocation, CancellationToken) |
Gets the regional application gateway waf manifest.
|
GetApplicationGatewayWafDynamicManifests(SubscriptionResource, AzureLocation) |
Gets a collection of ApplicationGatewayWafDynamicManifestResources in the SubscriptionResource. MockingTo mock this method, please mock GetApplicationGatewayWafDynamicManifests(AzureLocation) instead. |
GetApplicationSecurityGroups(SubscriptionResource, CancellationToken) |
Gets all application security groups in a subscription.
|
GetApplicationSecurityGroupsAsync(SubscriptionResource, CancellationToken) |
Gets all application security groups in a subscription.
|
GetAutoApprovedPrivateLinkServicesPrivateLinkServices(SubscriptionResource, AzureLocation, CancellationToken) |
Returns all of the private link service ids that can be linked to a Private Endpoint with auto approved in this subscription in this region.
|
GetAutoApprovedPrivateLinkServicesPrivateLinkServicesAsync(SubscriptionResource, AzureLocation, CancellationToken) |
Returns all of the private link service ids that can be linked to a Private Endpoint with auto approved in this subscription in this region.
|
GetAvailableDelegations(SubscriptionResource, AzureLocation, CancellationToken) |
Gets all of the available subnet delegations for this subscription in this region.
|
GetAvailableDelegationsAsync(SubscriptionResource, AzureLocation, CancellationToken) |
Gets all of the available subnet delegations for this subscription in this region.
|
GetAvailableEndpointServices(SubscriptionResource, AzureLocation, CancellationToken) |
List what values of endpoint services are available for use.
|
GetAvailableEndpointServicesAsync(SubscriptionResource, AzureLocation, CancellationToken) |
List what values of endpoint services are available for use.
|
GetAvailablePrivateEndpointTypes(SubscriptionResource, AzureLocation, CancellationToken) |
Returns all of the resource types that can be linked to a Private Endpoint in this subscription in this region.
|
GetAvailablePrivateEndpointTypesAsync(SubscriptionResource, AzureLocation, CancellationToken) |
Returns all of the resource types that can be linked to a Private Endpoint in this subscription in this region.
|
GetAvailableRequestHeadersApplicationGateways(SubscriptionResource, CancellationToken) |
Lists all available request headers.
|
GetAvailableRequestHeadersApplicationGatewaysAsync(SubscriptionResource, CancellationToken) |
Lists all available request headers.
|
GetAvailableResponseHeadersApplicationGateways(SubscriptionResource, CancellationToken) |
Lists all available response headers.
|
GetAvailableResponseHeadersApplicationGatewaysAsync(SubscriptionResource, CancellationToken) |
Lists all available response headers.
|
GetAvailableServerVariablesApplicationGateways(SubscriptionResource, CancellationToken) |
Lists all available server variables.
|
GetAvailableServerVariablesApplicationGatewaysAsync(SubscriptionResource, CancellationToken) |
Lists all available server variables.
|
GetAvailableServiceAliases(SubscriptionResource, AzureLocation, CancellationToken) |
Gets all available service aliases for this subscription in this region.
|
GetAvailableServiceAliasesAsync(SubscriptionResource, AzureLocation, CancellationToken) |
Gets all available service aliases for this subscription in this region.
|
GetAzureFirewallFqdnTags(SubscriptionResource, CancellationToken) |
Gets all the Azure Firewall FQDN Tags in a subscription.
|
GetAzureFirewallFqdnTagsAsync(SubscriptionResource, CancellationToken) |
Gets all the Azure Firewall FQDN Tags in a subscription.
|
GetAzureFirewalls(SubscriptionResource, CancellationToken) |
Gets all the Azure Firewalls in a subscription.
|
GetAzureFirewallsAsync(SubscriptionResource, CancellationToken) |
Gets all the Azure Firewalls in a subscription.
|
GetAzureWebCategories(SubscriptionResource) |
Gets a collection of AzureWebCategoryResources in the SubscriptionResource. MockingTo mock this method, please mock GetAzureWebCategories() instead. |
GetAzureWebCategory(SubscriptionResource, String, String, CancellationToken) |
Gets the specified Azure Web Category.
|
GetAzureWebCategoryAsync(SubscriptionResource, String, String, CancellationToken) |
Gets the specified Azure Web Category.
|
GetBastionHosts(SubscriptionResource, CancellationToken) |
Lists all Bastion Hosts in a subscription.
|
GetBastionHostsAsync(SubscriptionResource, CancellationToken) |
Lists all Bastion Hosts in a subscription.
|
GetBgpServiceCommunities(SubscriptionResource, CancellationToken) |
Gets all the available bgp service communities.
|
GetBgpServiceCommunitiesAsync(SubscriptionResource, CancellationToken) |
Gets all the available bgp service communities.
|
GetCustomIPPrefixes(SubscriptionResource, CancellationToken) |
Gets all the custom IP prefixes in a subscription.
|
GetCustomIPPrefixesAsync(SubscriptionResource, CancellationToken) |
Gets all the custom IP prefixes in a subscription.
|
GetDdosProtectionPlans(SubscriptionResource, CancellationToken) |
Gets all DDoS protection plans in a subscription.
|
GetDdosProtectionPlansAsync(SubscriptionResource, CancellationToken) |
Gets all DDoS protection plans in a subscription.
|
GetDscpConfigurations(SubscriptionResource, CancellationToken) |
Gets all dscp configurations in a subscription.
|
GetDscpConfigurationsAsync(SubscriptionResource, CancellationToken) |
Gets all dscp configurations in a subscription.
|
GetExpressRouteCircuits(SubscriptionResource, CancellationToken) |
Gets all the express route circuits in a subscription.
|
GetExpressRouteCircuitsAsync(SubscriptionResource, CancellationToken) |
Gets all the express route circuits in a subscription.
|
GetExpressRouteCrossConnections(SubscriptionResource, String, CancellationToken) |
Retrieves all the ExpressRouteCrossConnections in a subscription.
|
GetExpressRouteCrossConnectionsAsync(SubscriptionResource, String, CancellationToken) |
Retrieves all the ExpressRouteCrossConnections in a subscription.
|
GetExpressRouteGateways(SubscriptionResource, CancellationToken) |
Lists ExpressRoute gateways under a given subscription.
|
GetExpressRouteGatewaysAsync(SubscriptionResource, CancellationToken) |
Lists ExpressRoute gateways under a given subscription.
|
GetExpressRoutePorts(SubscriptionResource, CancellationToken) |
List all the ExpressRoutePort resources in the specified subscription.
|
GetExpressRoutePortsAsync(SubscriptionResource, CancellationToken) |
List all the ExpressRoutePort resources in the specified subscription.
|
GetExpressRoutePortsLocation(SubscriptionResource, String, CancellationToken) |
Retrieves a single ExpressRoutePort peering location, including the list of available bandwidths available at said peering location.
|
GetExpressRoutePortsLocationAsync(SubscriptionResource, String, CancellationToken) |
Retrieves a single ExpressRoutePort peering location, including the list of available bandwidths available at said peering location.
|
GetExpressRoutePortsLocations(SubscriptionResource) |
Gets a collection of ExpressRoutePortsLocationResources in the SubscriptionResource. MockingTo mock this method, please mock GetExpressRoutePortsLocations() instead. |
GetExpressRouteProviderPort(SubscriptionResource, String, CancellationToken) |
Retrieves detail of a provider port.
|
GetExpressRouteProviderPortAsync(SubscriptionResource, String, CancellationToken) |
Retrieves detail of a provider port.
|
GetExpressRouteProviderPorts(SubscriptionResource) |
Gets a collection of ExpressRouteProviderPortResources in the SubscriptionResource. MockingTo mock this method, please mock GetExpressRouteProviderPorts() instead. |
GetExpressRouteServiceProviders(SubscriptionResource, CancellationToken) |
Gets all the available express route service providers.
|
GetExpressRouteServiceProvidersAsync(SubscriptionResource, CancellationToken) |
Gets all the available express route service providers.
|
GetFirewallPolicies(SubscriptionResource, CancellationToken) |
Gets all the Firewall Policies in a subscription.
|
GetFirewallPoliciesAsync(SubscriptionResource, CancellationToken) |
Gets all the Firewall Policies in a subscription.
|
GetIPAllocations(SubscriptionResource, CancellationToken) |
Gets all IpAllocations in a subscription.
|
GetIPAllocationsAsync(SubscriptionResource, CancellationToken) |
Gets all IpAllocations in a subscription.
|
GetIPGroups(SubscriptionResource, CancellationToken) |
Gets all IpGroups in a subscription.
|
GetIPGroupsAsync(SubscriptionResource, CancellationToken) |
Gets all IpGroups in a subscription.
|
GetLoadBalancers(SubscriptionResource, CancellationToken) |
Gets all the load balancers in a subscription.
|
GetLoadBalancersAsync(SubscriptionResource, CancellationToken) |
Gets all the load balancers in a subscription.
|
GetNatGateways(SubscriptionResource, CancellationToken) |
Gets all the Nat Gateways in a subscription.
|
GetNatGatewaysAsync(SubscriptionResource, CancellationToken) |
Gets all the Nat Gateways in a subscription.
|
GetNetworkInterfaces(SubscriptionResource, CancellationToken) |
Gets all network interfaces in a subscription.
|
GetNetworkInterfacesAsync(SubscriptionResource, CancellationToken) |
Gets all network interfaces in a subscription.
|
GetNetworkManagers(SubscriptionResource, Nullable<Int32>, String, CancellationToken) |
List all network managers in a subscription.
|
GetNetworkManagersAsync(SubscriptionResource, Nullable<Int32>, String, CancellationToken) |
List all network managers in a subscription.
|
GetNetworkProfiles(SubscriptionResource, CancellationToken) |
Gets all the network profiles in a subscription.
|
GetNetworkProfilesAsync(SubscriptionResource, CancellationToken) |
Gets all the network profiles in a subscription.
|
GetNetworkSecurityGroups(SubscriptionResource, CancellationToken) |
Gets all network security groups in a subscription.
|
GetNetworkSecurityGroupsAsync(SubscriptionResource, CancellationToken) |
Gets all network security groups in a subscription.
|
GetNetworkVirtualAppliances(SubscriptionResource, CancellationToken) |
Gets all Network Virtual Appliances in a subscription.
|
GetNetworkVirtualAppliancesAsync(SubscriptionResource, CancellationToken) |
Gets all Network Virtual Appliances in a subscription.
|
GetNetworkVirtualApplianceSku(SubscriptionResource, String, CancellationToken) |
Retrieves a single available sku for network virtual appliance.
|
GetNetworkVirtualApplianceSkuAsync(SubscriptionResource, String, CancellationToken) |
Retrieves a single available sku for network virtual appliance.
|
GetNetworkVirtualApplianceSkus(SubscriptionResource) |
Gets a collection of NetworkVirtualApplianceSkuResources in the SubscriptionResource. MockingTo mock this method, please mock GetNetworkVirtualApplianceSkus() instead. |
GetNetworkWatchers(SubscriptionResource, CancellationToken) |
Gets all network watchers by subscription.
|
GetNetworkWatchersAsync(SubscriptionResource, CancellationToken) |
Gets all network watchers by subscription.
|
GetP2SVpnGateways(SubscriptionResource, CancellationToken) |
Lists all the P2SVpnGateways in a subscription.
|
GetP2SVpnGatewaysAsync(SubscriptionResource, CancellationToken) |
Lists all the P2SVpnGateways in a subscription.
|
GetPrivateEndpoints(SubscriptionResource, CancellationToken) |
Gets all private endpoints in a subscription.
|
GetPrivateEndpointsAsync(SubscriptionResource, CancellationToken) |
Gets all private endpoints in a subscription.
|
GetPrivateLinkServices(SubscriptionResource, CancellationToken) |
Gets all private link service in a subscription.
|
GetPrivateLinkServicesAsync(SubscriptionResource, CancellationToken) |
Gets all private link service in a subscription.
|
GetPublicIPAddresses(SubscriptionResource, CancellationToken) |
Gets all the public IP addresses in a subscription.
|
GetPublicIPAddressesAsync(SubscriptionResource, CancellationToken) |
Gets all the public IP addresses in a subscription.
|
GetPublicIPPrefixes(SubscriptionResource, CancellationToken) |
Gets all the public IP prefixes in a subscription.
|
GetPublicIPPrefixesAsync(SubscriptionResource, CancellationToken) |
Gets all the public IP prefixes in a subscription.
|
GetRouteFilters(SubscriptionResource, CancellationToken) |
Gets all route filters in a subscription.
|
GetRouteFiltersAsync(SubscriptionResource, CancellationToken) |
Gets all route filters in a subscription.
|
GetRouteTables(SubscriptionResource, CancellationToken) |
Gets all route tables in a subscription.
|
GetRouteTablesAsync(SubscriptionResource, CancellationToken) |
Gets all route tables in a subscription.
|
GetSecurityPartnerProviders(SubscriptionResource, CancellationToken) |
Gets all the Security Partner Providers in a subscription.
|
GetSecurityPartnerProvidersAsync(SubscriptionResource, CancellationToken) |
Gets all the Security Partner Providers in a subscription.
|
GetServiceEndpointPoliciesByServiceEndpointPolicy(SubscriptionResource, CancellationToken) |
Gets all the service endpoint policies in a subscription.
|
GetServiceEndpointPoliciesByServiceEndpointPolicyAsync(SubscriptionResource, CancellationToken) |
Gets all the service endpoint policies in a subscription.
|
GetServiceTag(SubscriptionResource, AzureLocation, CancellationToken) |
Gets a list of service tag information resources.
|
GetServiceTagAsync(SubscriptionResource, AzureLocation, CancellationToken) |
Gets a list of service tag information resources.
|
GetSubscriptionNetworkManagerConnection(SubscriptionResource, String, CancellationToken) |
Get a specified connection created by this subscription.
|
GetSubscriptionNetworkManagerConnectionAsync(SubscriptionResource, String, CancellationToken) |
Get a specified connection created by this subscription.
|
GetSubscriptionNetworkManagerConnections(SubscriptionResource) |
Gets a collection of SubscriptionNetworkManagerConnectionResources in the SubscriptionResource. MockingTo mock this method, please mock GetSubscriptionNetworkManagerConnections() instead. |
GetUsages(SubscriptionResource, AzureLocation, CancellationToken) |
List network usages for a subscription.
|
GetUsagesAsync(SubscriptionResource, AzureLocation, CancellationToken) |
List network usages for a subscription.
|
GetVirtualHubs(SubscriptionResource, CancellationToken) |
Lists all the VirtualHubs in a subscription.
|
GetVirtualHubsAsync(SubscriptionResource, CancellationToken) |
Lists all the VirtualHubs in a subscription.
|
GetVirtualNetworks(SubscriptionResource, CancellationToken) |
Gets all virtual networks in a subscription.
|
GetVirtualNetworksAsync(SubscriptionResource, CancellationToken) |
Gets all virtual networks in a subscription.
|
GetVirtualNetworkTaps(SubscriptionResource, CancellationToken) |
Gets all the VirtualNetworkTaps in a subscription.
|
GetVirtualNetworkTapsAsync(SubscriptionResource, CancellationToken) |
Gets all the VirtualNetworkTaps in a subscription.
|
GetVirtualRouters(SubscriptionResource, CancellationToken) |
Gets all the Virtual Routers in a subscription.
|
GetVirtualRoutersAsync(SubscriptionResource, CancellationToken) |
Gets all the Virtual Routers in a subscription.
|
GetVirtualWans(SubscriptionResource, CancellationToken) |
Lists all the VirtualWANs in a subscription.
|
GetVirtualWansAsync(SubscriptionResource, CancellationToken) |
Lists all the VirtualWANs in a subscription.
|
GetVpnGateways(SubscriptionResource, CancellationToken) |
Lists all the VpnGateways in a subscription.
|
GetVpnGatewaysAsync(SubscriptionResource, CancellationToken) |
Lists all the VpnGateways in a subscription.
|
GetVpnServerConfigurations(SubscriptionResource, CancellationToken) |
Lists all the VpnServerConfigurations in a subscription.
|
GetVpnServerConfigurationsAsync(SubscriptionResource, CancellationToken) |
Lists all the VpnServerConfigurations in a subscription.
|
GetVpnSites(SubscriptionResource, CancellationToken) |
Lists all the VpnSites in a subscription.
|
GetVpnSitesAsync(SubscriptionResource, CancellationToken) |
Lists all the VpnSites in a subscription.
|
GetWebApplicationFirewallPolicies(SubscriptionResource, CancellationToken) |
Gets all the WAF policies in a subscription.
|
GetWebApplicationFirewallPoliciesAsync(SubscriptionResource, CancellationToken) |
Gets all the WAF policies in a subscription.
|
SwapPublicIPAddressesLoadBalancer(SubscriptionResource, WaitUntil, AzureLocation, LoadBalancerVipSwapContent, CancellationToken) |
Swaps VIPs between two load balancers.
|
SwapPublicIPAddressesLoadBalancerAsync(SubscriptionResource, WaitUntil, AzureLocation, LoadBalancerVipSwapContent, CancellationToken) |
Swaps VIPs between two load balancers.
|
GetDataProducts(SubscriptionResource, CancellationToken) |
List data products by subscription.
|
GetDataProductsAsync(SubscriptionResource, CancellationToken) |
List data products by subscription.
|
GetDataProductsCatalogs(SubscriptionResource, CancellationToken) |
List data catalog by subscription.
|
GetDataProductsCatalogsAsync(SubscriptionResource, CancellationToken) |
List data catalog by subscription.
|
GetNetworkCloudBareMetalMachines(SubscriptionResource, CancellationToken) |
Get a list of bare metal machines in the provided subscription.
|
GetNetworkCloudBareMetalMachinesAsync(SubscriptionResource, CancellationToken) |
Get a list of bare metal machines in the provided subscription.
|
GetNetworkCloudCloudServicesNetworks(SubscriptionResource, CancellationToken) |
Get a list of cloud services networks in the provided subscription.
|
GetNetworkCloudCloudServicesNetworksAsync(SubscriptionResource, CancellationToken) |
Get a list of cloud services networks in the provided subscription.
|
GetNetworkCloudClusterManagers(SubscriptionResource, CancellationToken) |
Get a list of cluster managers in the provided subscription.
|
GetNetworkCloudClusterManagersAsync(SubscriptionResource, CancellationToken) |
Get a list of cluster managers in the provided subscription.
|
GetNetworkCloudClusters(SubscriptionResource, CancellationToken) |
Get a list of clusters in the provided subscription.
|
GetNetworkCloudClustersAsync(SubscriptionResource, CancellationToken) |
Get a list of clusters in the provided subscription.
|
GetNetworkCloudKubernetesClusters(SubscriptionResource, CancellationToken) |
Get a list of Kubernetes clusters in the provided subscription.
|
GetNetworkCloudKubernetesClustersAsync(SubscriptionResource, CancellationToken) |
Get a list of Kubernetes clusters in the provided subscription.
|
GetNetworkCloudL2Networks(SubscriptionResource, CancellationToken) |
Get a list of layer 2 (L2) networks in the provided subscription.
|
GetNetworkCloudL2NetworksAsync(SubscriptionResource, CancellationToken) |
Get a list of layer 2 (L2) networks in the provided subscription.
|
GetNetworkCloudL3Networks(SubscriptionResource, CancellationToken) |
Get a list of layer 3 (L3) networks in the provided subscription.
|
GetNetworkCloudL3NetworksAsync(SubscriptionResource, CancellationToken) |
Get a list of layer 3 (L3) networks in the provided subscription.
|
GetNetworkCloudRacks(SubscriptionResource, CancellationToken) |
Get a list of racks in the provided subscription.
|
GetNetworkCloudRacksAsync(SubscriptionResource, CancellationToken) |
Get a list of racks in the provided subscription.
|
GetNetworkCloudRackSku(SubscriptionResource, String, CancellationToken) |
Get the properties of the provided rack SKU.
|
GetNetworkCloudRackSkuAsync(SubscriptionResource, String, CancellationToken) |
Get the properties of the provided rack SKU.
|
GetNetworkCloudRackSkus(SubscriptionResource) |
Gets a collection of NetworkCloudRackSkuResources in the SubscriptionResource. MockingTo mock this method, please mock GetNetworkCloudRackSkus() instead. |
GetNetworkCloudStorageAppliances(SubscriptionResource, CancellationToken) |
Get a list of storage appliances in the provided subscription.
|
GetNetworkCloudStorageAppliancesAsync(SubscriptionResource, CancellationToken) |
Get a list of storage appliances in the provided subscription.
|
GetNetworkCloudTrunkedNetworks(SubscriptionResource, CancellationToken) |
Get a list of trunked networks in the provided subscription.
|
GetNetworkCloudTrunkedNetworksAsync(SubscriptionResource, CancellationToken) |
Get a list of trunked networks in the provided subscription.
|
GetNetworkCloudVirtualMachines(SubscriptionResource, CancellationToken) |
Get a list of virtual machines in the provided subscription.
|
GetNetworkCloudVirtualMachinesAsync(SubscriptionResource, CancellationToken) |
Get a list of virtual machines in the provided subscription.
|
GetNetworkCloudVolumes(SubscriptionResource, CancellationToken) |
Get a list of volumes in the provided subscription.
|
GetNetworkCloudVolumesAsync(SubscriptionResource, CancellationToken) |
Get a list of volumes in the provided subscription.
|
GetAzureTrafficCollectors(SubscriptionResource, CancellationToken) |
Return list of Azure Traffic Collectors in a subscription
|
GetAzureTrafficCollectorsAsync(SubscriptionResource, CancellationToken) |
Return list of Azure Traffic Collectors in a subscription
|
GetNewRelicAccounts(SubscriptionResource, String, AzureLocation, CancellationToken) |
List all the existing accounts
|
GetNewRelicAccountsAsync(SubscriptionResource, String, AzureLocation, CancellationToken) |
List all the existing accounts
|
GetNewRelicMonitorResources(SubscriptionResource, CancellationToken) |
List NewRelicMonitorResource resources by subscription ID
|
GetNewRelicMonitorResourcesAsync(SubscriptionResource, CancellationToken) |
List NewRelicMonitorResource resources by subscription ID
|
GetNewRelicOrganizations(SubscriptionResource, String, AzureLocation, CancellationToken) |
List all the existing organizations
|
GetNewRelicOrganizationsAsync(SubscriptionResource, String, AzureLocation, CancellationToken) |
List all the existing organizations
|
GetNewRelicPlans(SubscriptionResource, String, String, CancellationToken) |
List plans data
|
GetNewRelicPlansAsync(SubscriptionResource, String, String, CancellationToken) |
List plans data
|
GetNginxDeployments(SubscriptionResource, CancellationToken) |
List the NGINX deployments resources
|
GetNginxDeploymentsAsync(SubscriptionResource, CancellationToken) |
List the NGINX deployments resources
|
CheckNotificationHubNamespaceAvailability(SubscriptionResource, NotificationHubAvailabilityContent, CancellationToken) |
Checks the availability of the given service namespace across all Azure subscriptions. This is useful because the domain name is created based on the service namespace name.
|
CheckNotificationHubNamespaceAvailabilityAsync(SubscriptionResource, NotificationHubAvailabilityContent, CancellationToken) |
Checks the availability of the given service namespace across all Azure subscriptions. This is useful because the domain name is created based on the service namespace name.
|
GetNotificationHubNamespaces(SubscriptionResource, String, Nullable<Int32>, CancellationToken) |
Lists all the available namespaces within the subscription.
|
GetNotificationHubNamespacesAsync(SubscriptionResource, String, Nullable<Int32>, CancellationToken) |
Lists all the available namespaces within the subscription.
|
GetDeletedWorkspaces(SubscriptionResource, CancellationToken) |
Gets recently deleted workspaces in a subscription, available for recovery.
|
GetDeletedWorkspacesAsync(SubscriptionResource, CancellationToken) |
Gets recently deleted workspaces in a subscription, available for recovery.
|
GetLogAnalyticsQueryPacks(SubscriptionResource, CancellationToken) |
Gets a list of all Log Analytics QueryPacks within a subscription.
|
GetLogAnalyticsQueryPacksAsync(SubscriptionResource, CancellationToken) |
Gets a list of all Log Analytics QueryPacks within a subscription.
|
GetOperationalInsightsClusters(SubscriptionResource, CancellationToken) |
Gets the Log Analytics clusters in a subscription.
|
GetOperationalInsightsClustersAsync(SubscriptionResource, CancellationToken) |
Gets the Log Analytics clusters in a subscription.
|
GetOperationalInsightsWorkspaces(SubscriptionResource, CancellationToken) |
Gets the workspaces in a subscription.
|
GetOperationalInsightsWorkspacesAsync(SubscriptionResource, CancellationToken) |
Gets the workspaces in a subscription.
|
GetAutonomousDatabaseCharacterSet(SubscriptionResource, AzureLocation, String, CancellationToken) |
Get a AutonomousDatabaseCharacterSet
|
GetAutonomousDatabaseCharacterSetAsync(SubscriptionResource, AzureLocation, String, CancellationToken) |
Get a AutonomousDatabaseCharacterSet
|
GetAutonomousDatabaseCharacterSets(SubscriptionResource, AzureLocation) |
Gets a collection of AutonomousDatabaseCharacterSetResources in the SubscriptionResource. MockingTo mock this method, please mock GetAutonomousDatabaseCharacterSets(AzureLocation) instead. |
GetAutonomousDatabaseNationalCharacterSet(SubscriptionResource, AzureLocation, String, CancellationToken) |
Get a AutonomousDatabaseNationalCharacterSet
|
GetAutonomousDatabaseNationalCharacterSetAsync(SubscriptionResource, AzureLocation, String, CancellationToken) |
Get a AutonomousDatabaseNationalCharacterSet
|
GetAutonomousDatabaseNationalCharacterSets(SubscriptionResource, AzureLocation) |
Gets a collection of AutonomousDatabaseNationalCharacterSetResources in the SubscriptionResource. MockingTo mock this method, please mock GetAutonomousDatabaseNationalCharacterSets(AzureLocation) instead. |
GetAutonomousDatabases(SubscriptionResource, CancellationToken) |
List AutonomousDatabase resources by subscription ID
|
GetAutonomousDatabasesAsync(SubscriptionResource, CancellationToken) |
List AutonomousDatabase resources by subscription ID
|
GetAutonomousDbVersion(SubscriptionResource, AzureLocation, String, CancellationToken) |
Get a AutonomousDbVersion
|
GetAutonomousDBVersion(SubscriptionResource, AzureLocation, String, CancellationToken) |
Get a AutonomousDbVersion
|
GetAutonomousDbVersionAsync(SubscriptionResource, AzureLocation, String, CancellationToken) |
Get a AutonomousDbVersion
|
GetAutonomousDBVersionAsync(SubscriptionResource, AzureLocation, String, CancellationToken) |
Get a AutonomousDbVersion
|
GetAutonomousDbVersions(SubscriptionResource, AzureLocation) |
Gets a collection of AutonomousDbVersionResources in the SubscriptionResource. MockingTo mock this method, please mock GetAutonomousDbVersions(AzureLocation) instead. |
GetAutonomousDBVersions(SubscriptionResource, AzureLocation) |
Gets a collection of AutonomousDBVersionResources in the SubscriptionResource. MockingTo mock this method, please mock GetAutonomousDBVersions(AzureLocation) instead. |
GetCloudExadataInfrastructures(SubscriptionResource, CancellationToken) |
List CloudExadataInfrastructure resources by subscription ID
|
GetCloudExadataInfrastructuresAsync(SubscriptionResource, CancellationToken) |
List CloudExadataInfrastructure resources by subscription ID
|
GetCloudVmClusters(SubscriptionResource, CancellationToken) |
List CloudVmCluster resources by subscription ID
|
GetCloudVmClustersAsync(SubscriptionResource, CancellationToken) |
List CloudVmCluster resources by subscription ID
|
GetDbSystemShape(SubscriptionResource, AzureLocation, String, CancellationToken) |
Get a DbSystemShape
|
GetDbSystemShapeAsync(SubscriptionResource, AzureLocation, String, CancellationToken) |
Get a DbSystemShape
|
GetDbSystemShapes(SubscriptionResource, AzureLocation) |
Gets a collection of DbSystemShapeResources in the SubscriptionResource. MockingTo mock this method, please mock GetDbSystemShapes(AzureLocation) instead. |
GetDnsPrivateView(SubscriptionResource, AzureLocation, String, CancellationToken) |
Get a DnsPrivateView
|
GetDnsPrivateViewAsync(SubscriptionResource, AzureLocation, String, CancellationToken) |
Get a DnsPrivateView
|
GetDnsPrivateViews(SubscriptionResource, AzureLocation) |
Gets a collection of DnsPrivateViewResources in the SubscriptionResource. MockingTo mock this method, please mock GetDnsPrivateViews(AzureLocation) instead. |
GetDnsPrivateZone(SubscriptionResource, AzureLocation, String, CancellationToken) |
Get a DnsPrivateZone
|
GetDnsPrivateZoneAsync(SubscriptionResource, AzureLocation, String, CancellationToken) |
Get a DnsPrivateZone
|
GetDnsPrivateZones(SubscriptionResource, AzureLocation) |
Gets a collection of DnsPrivateZoneResources in the SubscriptionResource. MockingTo mock this method, please mock GetDnsPrivateZones(AzureLocation) instead. |
GetGiVersion(SubscriptionResource, AzureLocation, String, CancellationToken) |
Get a GiVersion
|
GetGiVersionAsync(SubscriptionResource, AzureLocation, String, CancellationToken) |
Get a GiVersion
|
GetGiVersions(SubscriptionResource, AzureLocation) |
Gets a collection of GiVersionResources in the SubscriptionResource. MockingTo mock this method, please mock GetGiVersions(AzureLocation) instead. |
GetOracleDBSystemShape(SubscriptionResource, AzureLocation, String, CancellationToken) |
Get a DbSystemShape
|
GetOracleDBSystemShapeAsync(SubscriptionResource, AzureLocation, String, CancellationToken) |
Get a DbSystemShape
|
GetOracleDBSystemShapes(SubscriptionResource, AzureLocation) |
Gets a collection of OracleDBSystemShapeResources in the SubscriptionResource. MockingTo mock this method, please mock GetOracleDBSystemShapes(AzureLocation) instead. |
GetOracleDnsPrivateView(SubscriptionResource, AzureLocation, String, CancellationToken) |
Get a DnsPrivateView
|
GetOracleDnsPrivateViewAsync(SubscriptionResource, AzureLocation, String, CancellationToken) |
Get a DnsPrivateView
|
GetOracleDnsPrivateViews(SubscriptionResource, AzureLocation) |
Gets a collection of OracleDnsPrivateViewResources in the SubscriptionResource. MockingTo mock this method, please mock GetOracleDnsPrivateViews(AzureLocation) instead. |
GetOracleDnsPrivateZone(SubscriptionResource, AzureLocation, String, CancellationToken) |
Get a DnsPrivateZone
|
GetOracleDnsPrivateZoneAsync(SubscriptionResource, AzureLocation, String, CancellationToken) |
Get a DnsPrivateZone
|
GetOracleDnsPrivateZones(SubscriptionResource, AzureLocation) |
Gets a collection of OracleDnsPrivateZoneResources in the SubscriptionResource. MockingTo mock this method, please mock GetOracleDnsPrivateZones(AzureLocation) instead. |
GetOracleGIVersion(SubscriptionResource, AzureLocation, String, CancellationToken) |
Get a GiVersion
|
GetOracleGIVersionAsync(SubscriptionResource, AzureLocation, String, CancellationToken) |
Get a GiVersion
|
GetOracleGIVersions(SubscriptionResource, AzureLocation) |
Gets a collection of OracleGIVersionResources in the SubscriptionResource. MockingTo mock this method, please mock GetOracleGIVersions(AzureLocation) instead. |
GetOracleSubscription(SubscriptionResource) |
Gets an object representing a OracleSubscriptionResource along with the instance operations that can be performed on it in the SubscriptionResource. MockingTo mock this method, please mock GetOracleSubscription() instead. |
GetOracleSystemVersion(SubscriptionResource, AzureLocation, String, CancellationToken) |
Get a SystemVersion
|
GetOracleSystemVersionAsync(SubscriptionResource, AzureLocation, String, CancellationToken) |
Get a SystemVersion
|
GetOracleSystemVersions(SubscriptionResource, AzureLocation) |
Gets a collection of OracleSystemVersionResources in the SubscriptionResource. MockingTo mock this method, please mock GetOracleSystemVersions(AzureLocation) instead. |
GetSystemVersion(SubscriptionResource, AzureLocation, String, CancellationToken) |
Get a SystemVersion
|
GetSystemVersionAsync(SubscriptionResource, AzureLocation, String, CancellationToken) |
Get a SystemVersion
|
GetSystemVersions(SubscriptionResource, AzureLocation) |
Gets a collection of SystemVersionResources in the SubscriptionResource. MockingTo mock this method, please mock GetSystemVersions(AzureLocation) instead. |
GetAvailableGroundStation(SubscriptionResource, String, CancellationToken) |
Gets the specified available ground station.
|
GetAvailableGroundStationAsync(SubscriptionResource, String, CancellationToken) |
Gets the specified available ground station.
|
GetAvailableGroundStations(SubscriptionResource) |
Gets a collection of AvailableGroundStationResources in the SubscriptionResource. MockingTo mock this method, please mock GetAvailableGroundStations() instead. |
GetOrbitalContactProfiles(SubscriptionResource, String, CancellationToken) |
Returns list of contact profiles by Subscription.
|
GetOrbitalContactProfilesAsync(SubscriptionResource, String, CancellationToken) |
Returns list of contact profiles by Subscription.
|
GetOrbitalSpacecrafts(SubscriptionResource, String, CancellationToken) |
Returns list of spacecrafts by subscription.
|
GetOrbitalSpacecraftsAsync(SubscriptionResource, String, CancellationToken) |
Returns list of spacecrafts by subscription.
|
GetLocalRulestacks(SubscriptionResource, CancellationToken) |
List LocalRulestackResource resources by subscription ID
|
GetLocalRulestacksAsync(SubscriptionResource, CancellationToken) |
List LocalRulestackResource resources by subscription ID
|
GetPaloAltoNetworksFirewalls(SubscriptionResource, CancellationToken) |
List FirewallResource resources by subscription ID
|
GetPaloAltoNetworksFirewallsAsync(SubscriptionResource, CancellationToken) |
List FirewallResource resources by subscription ID
|
CheckPeeringServiceProviderAvailability(SubscriptionResource, CheckPeeringServiceProviderAvailabilityContent, CancellationToken) |
Checks if the peering service provider is present within 1000 miles of customer's location
|
CheckPeeringServiceProviderAvailabilityAsync(SubscriptionResource, CheckPeeringServiceProviderAvailabilityContent, CancellationToken) |
Checks if the peering service provider is present within 1000 miles of customer's location
|
GetCdnPeeringPrefixes(SubscriptionResource, String, CancellationToken) |
Lists all of the advertised prefixes for the specified peering location
|
GetCdnPeeringPrefixesAsync(SubscriptionResource, String, CancellationToken) |
Lists all of the advertised prefixes for the specified peering location
|
GetPeerAsn(SubscriptionResource, String, CancellationToken) |
Gets the peer ASN with the specified name under the given subscription.
|
GetPeerAsnAsync(SubscriptionResource, String, CancellationToken) |
Gets the peer ASN with the specified name under the given subscription.
|
GetPeerAsns(SubscriptionResource) |
Gets a collection of PeerAsnResources in the SubscriptionResource. MockingTo mock this method, please mock GetPeerAsns() instead. |
GetPeeringLocations(SubscriptionResource, PeeringLocationsKind, Nullable<PeeringLocationsDirectPeeringType>, CancellationToken) |
Lists all of the available peering locations for the specified kind of peering.
|
GetPeeringLocationsAsync(SubscriptionResource, PeeringLocationsKind, Nullable<PeeringLocationsDirectPeeringType>, CancellationToken) |
Lists all of the available peering locations for the specified kind of peering.
|
GetPeerings(SubscriptionResource, CancellationToken) |
Lists all of the peerings under the given subscription.
|
GetPeeringsAsync(SubscriptionResource, CancellationToken) |
Lists all of the peerings under the given subscription.
|
GetPeeringsByLegacyPeering(SubscriptionResource, String, LegacyPeeringsKind, Nullable<Int32>, Nullable<DirectPeeringType>, CancellationToken) |
Lists all of the legacy peerings under the given subscription matching the specified kind and location.
|
GetPeeringsByLegacyPeeringAsync(SubscriptionResource, String, LegacyPeeringsKind, Nullable<Int32>, Nullable<DirectPeeringType>, CancellationToken) |
Lists all of the legacy peerings under the given subscription matching the specified kind and location.
|
GetPeeringServiceCountries(SubscriptionResource, CancellationToken) |
Lists all of the available countries for peering service.
|
GetPeeringServiceCountriesAsync(SubscriptionResource, CancellationToken) |
Lists all of the available countries for peering service.
|
GetPeeringServiceLocations(SubscriptionResource, String, CancellationToken) |
Lists all of the available locations for peering service.
|
GetPeeringServiceLocationsAsync(SubscriptionResource, String, CancellationToken) |
Lists all of the available locations for peering service.
|
GetPeeringServiceProviders(SubscriptionResource, CancellationToken) |
Lists all of the available peering service locations for the specified kind of peering.
|
GetPeeringServiceProvidersAsync(SubscriptionResource, CancellationToken) |
Lists all of the available peering service locations for the specified kind of peering.
|
GetPeeringServices(SubscriptionResource, CancellationToken) |
Lists all of the peerings under the given subscription.
|
GetPeeringServicesAsync(SubscriptionResource, CancellationToken) |
Lists all of the peerings under the given subscription.
|
InitializePeeringServiceConnectionMonitor(SubscriptionResource, CancellationToken) |
Initialize Peering Service for Connection Monitor functionality
|
InitializePeeringServiceConnectionMonitorAsync(SubscriptionResource, CancellationToken) |
Initialize Peering Service for Connection Monitor functionality
|
InvokeLookingGlass(SubscriptionResource, LookingGlassCommand, LookingGlassSourceType, String, String, CancellationToken) |
Run looking glass functionality
|
InvokeLookingGlassAsync(SubscriptionResource, LookingGlassCommand, LookingGlassSourceType, String, String, CancellationToken) |
Run looking glass functionality
|
GetAllPlaywrightTestingQuota(SubscriptionResource, AzureLocation) |
Gets a collection of PlaywrightTestingQuotaResources in the SubscriptionResource. MockingTo mock this method, please mock GetAllPlaywrightTestingQuota(AzureLocation) instead. |
GetPlaywrightTestingAccounts(SubscriptionResource, CancellationToken) |
List Account resources by subscription ID
|
GetPlaywrightTestingAccountsAsync(SubscriptionResource, CancellationToken) |
List Account resources by subscription ID
|
GetPlaywrightTestingQuota(SubscriptionResource, AzureLocation, PlaywrightTestingQuotaName, CancellationToken) |
Get quota by name.
|
GetPlaywrightTestingQuotaAsync(SubscriptionResource, AzureLocation, PlaywrightTestingQuotaName, CancellationToken) |
Get quota by name.
|
CheckPolicyRestrictions(SubscriptionResource, CheckPolicyRestrictionsContent, CancellationToken) |
Checks what restrictions Azure Policy will place on a resource within a subscription.
|
CheckPolicyRestrictionsAsync(SubscriptionResource, CheckPolicyRestrictionsContent, CancellationToken) |
Checks what restrictions Azure Policy will place on a resource within a subscription.
|
GetPolicyEventQueryResults(SubscriptionResource, PolicyEventType, PolicyQuerySettings, CancellationToken) |
Queries policy events for the resources under the subscription.
|
GetPolicyEventQueryResultsAsync(SubscriptionResource, PolicyEventType, PolicyQuerySettings, CancellationToken) |
Queries policy events for the resources under the subscription.
|
GetPolicyStateQueryResults(SubscriptionResource, PolicyStateType, PolicyQuerySettings, CancellationToken) |
Queries policy states for the resources under the subscription.
|
GetPolicyStateQueryResultsAsync(SubscriptionResource, PolicyStateType, PolicyQuerySettings, CancellationToken) |
Queries policy states for the resources under the subscription.
|
GetPolicyTrackedResourceQueryResults(SubscriptionResource, PolicyTrackedResourceType, PolicyQuerySettings, CancellationToken) |
Queries policy tracked resources under the subscription.
|
GetPolicyTrackedResourceQueryResultsAsync(SubscriptionResource, PolicyTrackedResourceType, PolicyQuerySettings, CancellationToken) |
Queries policy tracked resources under the subscription.
|
SummarizePolicyStates(SubscriptionResource, PolicyStateSummaryType, PolicyQuerySettings, CancellationToken) |
Summarizes policy states for the resources under the subscription.
|
SummarizePolicyStatesAsync(SubscriptionResource, PolicyStateSummaryType, PolicyQuerySettings, CancellationToken) |
Summarizes policy states for the resources under the subscription.
|
TriggerPolicyStateEvaluation(SubscriptionResource, WaitUntil, CancellationToken) |
Triggers a policy evaluation scan for all the resources under the subscription
|
TriggerPolicyStateEvaluationAsync(SubscriptionResource, WaitUntil, CancellationToken) |
Triggers a policy evaluation scan for all the resources under the subscription
|
CheckPostgreSqlFlexibleServerNameAvailability(SubscriptionResource, PostgreSqlFlexibleServerNameAvailabilityContent, CancellationToken) |
Check the availability of name for resource
|
CheckPostgreSqlFlexibleServerNameAvailabilityAsync(SubscriptionResource, PostgreSqlFlexibleServerNameAvailabilityContent, CancellationToken) |
Check the availability of name for resource
|
CheckPostgreSqlFlexibleServerNameAvailabilityWithLocation(SubscriptionResource, AzureLocation, PostgreSqlFlexibleServerNameAvailabilityContent, CancellationToken) |
Check the availability of name for resource
|
CheckPostgreSqlFlexibleServerNameAvailabilityWithLocationAsync(SubscriptionResource, AzureLocation, PostgreSqlFlexibleServerNameAvailabilityContent, CancellationToken) |
Check the availability of name for resource
|
ExecuteLocationBasedCapabilities(SubscriptionResource, AzureLocation, CancellationToken) |
Get capabilities at specified location in a given subscription.
|
ExecuteLocationBasedCapabilitiesAsync(SubscriptionResource, AzureLocation, CancellationToken) |
Get capabilities at specified location in a given subscription.
|
ExecuteVirtualNetworkSubnetUsage(SubscriptionResource, AzureLocation, PostgreSqlFlexibleServerVirtualNetworkSubnetUsageParameter, CancellationToken) |
Get virtual network subnet usage for a given vNet resource id.
|
ExecuteVirtualNetworkSubnetUsageAsync(SubscriptionResource, AzureLocation, PostgreSqlFlexibleServerVirtualNetworkSubnetUsageParameter, CancellationToken) |
Get virtual network subnet usage for a given vNet resource id.
|
GetPostgreSqlFlexibleServers(SubscriptionResource, CancellationToken) |
List all the servers in a given subscription.
|
GetPostgreSqlFlexibleServersAsync(SubscriptionResource, CancellationToken) |
List all the servers in a given subscription.
|
CheckPostgreSqlNameAvailability(SubscriptionResource, PostgreSqlNameAvailabilityContent, CancellationToken) |
Check the availability of name for resource
|
CheckPostgreSqlNameAvailabilityAsync(SubscriptionResource, PostgreSqlNameAvailabilityContent, CancellationToken) |
Check the availability of name for resource
|
GetLocationBasedPerformanceTiers(SubscriptionResource, AzureLocation, CancellationToken) |
List all the performance tiers at specified location in a given subscription.
|
GetLocationBasedPerformanceTiersAsync(SubscriptionResource, AzureLocation, CancellationToken) |
List all the performance tiers at specified location in a given subscription.
|
GetPostgreSqlServers(SubscriptionResource, CancellationToken) |
List all the servers in a given subscription.
|
GetPostgreSqlServersAsync(SubscriptionResource, CancellationToken) |
List all the servers in a given subscription.
|
CheckNameAvailabilityCapacity(SubscriptionResource, AzureLocation, CheckCapacityNameAvailabilityContent, CancellationToken) |
Check the name availability in the target location.
|
CheckNameAvailabilityCapacityAsync(SubscriptionResource, AzureLocation, CheckCapacityNameAvailabilityContent, CancellationToken) |
Check the name availability in the target location.
|
GetAutoScaleVCores(SubscriptionResource, CancellationToken) |
Lists all the auto scale v-cores for the given subscription.
|
GetAutoScaleVCoresAsync(SubscriptionResource, CancellationToken) |
Lists all the auto scale v-cores for the given subscription.
|
GetDedicatedCapacities(SubscriptionResource, CancellationToken) |
Lists all the Dedicated capacities for the given subscription.
|
GetDedicatedCapacitiesAsync(SubscriptionResource, CancellationToken) |
Lists all the Dedicated capacities for the given subscription.
|
GetSkusCapacities(SubscriptionResource, CancellationToken) |
Lists eligible SKUs for PowerBI Dedicated resource provider.
|
GetSkusCapacitiesAsync(SubscriptionResource, CancellationToken) |
Lists eligible SKUs for PowerBI Dedicated resource provider.
|
GetPrivateDnsZones(SubscriptionResource, Nullable<Int32>, CancellationToken) |
Lists the Private DNS zones in all resource groups in a subscription.
|
GetPrivateDnsZonesAsync(SubscriptionResource, Nullable<Int32>, CancellationToken) |
Lists the Private DNS zones in all resource groups in a subscription.
|
GetProviderRegistration(SubscriptionResource, String, CancellationToken) |
Gets the provider registration details.
|
GetProviderRegistrationAsync(SubscriptionResource, String, CancellationToken) |
Gets the provider registration details.
|
GetProviderRegistrations(SubscriptionResource) |
Gets a collection of ProviderRegistrationResources in the SubscriptionResource. MockingTo mock this method, please mock GetProviderRegistrations() instead. |
CheckPurviewAccountNameAvailability(SubscriptionResource, PurviewAccountNameAvailabilityContent, CancellationToken) |
Checks if account name is available.
|
CheckPurviewAccountNameAvailabilityAsync(SubscriptionResource, PurviewAccountNameAvailabilityContent, CancellationToken) |
Checks if account name is available.
|
GetPurviewAccounts(SubscriptionResource, String, CancellationToken) |
List accounts in Subscription
|
GetPurviewAccountsAsync(SubscriptionResource, String, CancellationToken) |
List accounts in Subscription
|
GetUsages(SubscriptionResource, AzureLocation, String, CancellationToken) |
Get the usage quota configuration
|
GetUsagesAsync(SubscriptionResource, AzureLocation, String, CancellationToken) |
Get the usage quota configuration
|
SubscriptionGetFeature(SubscriptionResource, String, PurviewBatchFeatureContent, CancellationToken) |
Gets details from a list of feature names.
|
SubscriptionGetFeatureAsync(SubscriptionResource, String, PurviewBatchFeatureContent, CancellationToken) |
Gets details from a list of feature names.
|
CheckWorkspaceNameAvailability(SubscriptionResource, String, WorkspaceNameAvailabilityContent, CancellationToken) |
Check the availability of the resource name.
|
CheckWorkspaceNameAvailabilityAsync(SubscriptionResource, String, WorkspaceNameAvailabilityContent, CancellationToken) |
Check the availability of the resource name.
|
GetOfferings(SubscriptionResource, String, CancellationToken) |
Returns the list of all provider offerings available for the given location.
|
GetOfferingsAsync(SubscriptionResource, String, CancellationToken) |
Returns the list of all provider offerings available for the given location.
|
GetQuantumWorkspaces(SubscriptionResource, CancellationToken) |
Gets the list of Workspaces within a Subscription.
|
GetQuantumWorkspacesAsync(SubscriptionResource, CancellationToken) |
Gets the list of Workspaces within a Subscription.
|
GetQumuloFileSystemResources(SubscriptionResource, CancellationToken) |
List FileSystemResource resources by subscription ID
|
GetQumuloFileSystemResourcesAsync(SubscriptionResource, CancellationToken) |
List FileSystemResource resources by subscription ID
|
GetRecoveryServiceCapabilities(SubscriptionResource, AzureLocation, ResourceCapabilities, CancellationToken) |
API to get details about capabilities provided by Microsoft.RecoveryServices RP
|
GetRecoveryServiceCapabilitiesAsync(SubscriptionResource, AzureLocation, ResourceCapabilities, CancellationToken) |
API to get details about capabilities provided by Microsoft.RecoveryServices RP
|
GetRecoveryServicesVaults(SubscriptionResource, CancellationToken) |
Fetches all the resources of the specified type in the subscription.
|
GetRecoveryServicesVaultsAsync(SubscriptionResource, CancellationToken) |
Fetches all the resources of the specified type in the subscription.
|
GetBackupStatus(SubscriptionResource, AzureLocation, BackupStatusContent, CancellationToken) |
Get the container backup status
|
GetBackupStatusAsync(SubscriptionResource, AzureLocation, BackupStatusContent, CancellationToken) |
Get the container backup status
|
ValidateFeatureSupport(SubscriptionResource, AzureLocation, FeatureSupportContent, CancellationToken) |
It will validate if given feature with resource properties is supported in service
|
ValidateFeatureSupportAsync(SubscriptionResource, AzureLocation, FeatureSupportContent, CancellationToken) |
It will validate if given feature with resource properties is supported in service
|
ValidateProtectionIntent(SubscriptionResource, AzureLocation, PreValidateEnableBackupContent, CancellationToken) |
It will validate followings
|
ValidateProtectionIntentAsync(SubscriptionResource, AzureLocation, PreValidateEnableBackupContent, CancellationToken) |
It will validate followings
|
CheckDataReplicationNameAvailability(SubscriptionResource, AzureLocation, DataReplicationNameAvailabilityContent, CancellationToken) |
Checks the resource name availability.
|
CheckDataReplicationNameAvailabilityAsync(SubscriptionResource, AzureLocation, DataReplicationNameAvailabilityContent, CancellationToken) |
Checks the resource name availability.
|
GetDataReplicationFabrics(SubscriptionResource, String, CancellationToken) |
Gets the list of fabrics in the given subscription.
|
GetDataReplicationFabricsAsync(SubscriptionResource, String, CancellationToken) |
Gets the list of fabrics in the given subscription.
|
GetDataReplicationVaults(SubscriptionResource, String, CancellationToken) |
Gets the list of vaults in the given subscription.
|
GetDataReplicationVaultsAsync(SubscriptionResource, String, CancellationToken) |
Gets the list of vaults in the given subscription.
|
CheckRedisNameAvailability(SubscriptionResource, RedisNameAvailabilityContent, CancellationToken) |
Checks that the redis cache name is valid and is not already in use.
|
CheckRedisNameAvailabilityAsync(SubscriptionResource, RedisNameAvailabilityContent, CancellationToken) |
Checks that the redis cache name is valid and is not already in use.
|
GetAllRedis(SubscriptionResource, CancellationToken) |
Gets all Redis caches in the specified subscription.
|
GetAllRedisAsync(SubscriptionResource, CancellationToken) |
Gets all Redis caches in the specified subscription.
|
GetAsyncOperationStatus(SubscriptionResource, AzureLocation, String, CancellationToken) |
For checking the ongoing status of an operation
|
GetAsyncOperationStatusAsync(SubscriptionResource, AzureLocation, String, CancellationToken) |
For checking the ongoing status of an operation
|
GetRedisEnterpriseClusters(SubscriptionResource, CancellationToken) |
Lists all Redis Enterprise clusters in the specified subscription.
|
GetRedisEnterpriseClustersAsync(SubscriptionResource, CancellationToken) |
Lists all Redis Enterprise clusters in the specified subscription.
|
GetRedisEnterpriseOperationsStatus(SubscriptionResource, AzureLocation, String, CancellationToken) |
Gets the status of operation.
|
GetRedisEnterpriseOperationsStatusAsync(SubscriptionResource, AzureLocation, String, CancellationToken) |
Gets the status of operation.
|
GetClusters(SubscriptionResource, CancellationToken) |
Gets all RedisEnterprise clusters in the specified subscription. Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Cache/redisEnterprise Operation Id: RedisEnterprise_List |
GetClustersAsync(SubscriptionResource, CancellationToken) |
Gets all RedisEnterprise clusters in the specified subscription. Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Cache/redisEnterprise Operation Id: RedisEnterprise_List |
GetRedisEnterpriseOperationsStatus(SubscriptionResource, AzureLocation, String, CancellationToken) |
Gets the status of operation. Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Cache/locations/{location}/operationsStatus/{operationId} Operation Id: OperationsStatus_Get |
GetRedisEnterpriseOperationsStatusAsync(SubscriptionResource, AzureLocation, String, CancellationToken) |
Gets the status of operation. Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Cache/locations/{location}/operationsStatus/{operationId} Operation Id: OperationsStatus_Get |
CheckRelayNamespaceNameAvailability(SubscriptionResource, RelayNameAvailabilityContent, CancellationToken) |
Check the specified namespace name availability.
|
CheckRelayNamespaceNameAvailabilityAsync(SubscriptionResource, RelayNameAvailabilityContent, CancellationToken) |
Check the specified namespace name availability.
|
GetRelayNamespaces(SubscriptionResource, CancellationToken) |
Lists all the available namespaces within the subscription regardless of the resourceGroups.
|
GetRelayNamespacesAsync(SubscriptionResource, CancellationToken) |
Lists all the available namespaces within the subscription regardless of the resourceGroups.
|
GetAllReservationQuota(SubscriptionResource, String, AzureLocation) |
Gets a collection of ReservationQuotaResources in the SubscriptionResource. MockingTo mock this method, please mock GetAllReservationQuota(String, AzureLocation) instead. |
GetAppliedReservations(SubscriptionResource, CancellationToken) |
Get applicable
|
GetAppliedReservationsAsync(SubscriptionResource, CancellationToken) |
Get applicable
|
GetCatalog(SubscriptionResource, SubscriptionResourceGetCatalogOptions, CancellationToken) |
Get the regions and skus that are available for RI purchase for the specified Azure subscription.
|
GetCatalog(SubscriptionResource, String, Nullable<AzureLocation>, String, String, String, CancellationToken) |
Get the regions and skus that are available for RI purchase for the specified Azure subscription.
|
GetCatalogAsync(SubscriptionResource, SubscriptionResourceGetCatalogOptions, CancellationToken) |
Get the regions and skus that are available for RI purchase for the specified Azure subscription.
|
GetCatalogAsync(SubscriptionResource, String, Nullable<AzureLocation>, String, String, String, CancellationToken) |
Get the regions and skus that are available for RI purchase for the specified Azure subscription.
|
GetQuotaRequestDetail(SubscriptionResource, String, AzureLocation, Guid, CancellationToken) |
For the specified Azure region (location), get the details and status of the quota request by the quota request ID for the resources of the resource provider. The PUT request for the quota (service limit) returns a response with the requestId parameter.
|
GetQuotaRequestDetailAsync(SubscriptionResource, String, AzureLocation, Guid, CancellationToken) |
For the specified Azure region (location), get the details and status of the quota request by the quota request ID for the resources of the resource provider. The PUT request for the quota (service limit) returns a response with the requestId parameter.
|
GetQuotaRequestDetails(SubscriptionResource, String, AzureLocation) |
Gets a collection of QuotaRequestDetailResources in the SubscriptionResource. MockingTo mock this method, please mock GetQuotaRequestDetails(String, AzureLocation) instead. |
GetReservationQuota(SubscriptionResource, String, AzureLocation, String, CancellationToken) |
Get the current quota (service limit) and usage of a resource. You can use the response from the GET operation to submit quota update request.
|
GetReservationQuotaAsync(SubscriptionResource, String, AzureLocation, String, CancellationToken) |
Get the current quota (service limit) and usage of a resource. You can use the response from the GET operation to submit quota update request.
|
GetResourceConnectorAppliances(SubscriptionResource, CancellationToken) |
Gets a list of Appliances in the specified subscription. The operation returns properties of each Appliance
|
GetResourceConnectorAppliancesAsync(SubscriptionResource, CancellationToken) |
Gets a list of Appliances in the specified subscription. The operation returns properties of each Appliance
|
GetTelemetryConfigAppliance(SubscriptionResource, CancellationToken) |
Gets the telemetry config.
|
GetTelemetryConfigApplianceAsync(SubscriptionResource, CancellationToken) |
Gets the telemetry config.
|
GetAvailabilityStatusesBySubscription(SubscriptionResource, String, String, CancellationToken) |
Lists the current availability status for all the resources in the subscription.
|
GetAvailabilityStatusesBySubscriptionAsync(SubscriptionResource, String, String, CancellationToken) |
Lists the current availability status for all the resources in the subscription.
|
GetResourceHealthEvent(SubscriptionResource, String, String, String, CancellationToken) |
Service health event in the subscription by event tracking id
|
GetResourceHealthEventAsync(SubscriptionResource, String, String, String, CancellationToken) |
Service health event in the subscription by event tracking id
|
GetResourceHealthEvents(SubscriptionResource) |
Gets a collection of ResourceHealthEventResources in the SubscriptionResource. MockingTo mock this method, please mock GetResourceHealthEvents() instead. |
GetMoverResourceSets(SubscriptionResource, CancellationToken) |
Get all the Move Collections in the subscription.
|
GetMoverResourceSetsAsync(SubscriptionResource, CancellationToken) |
Get all the Move Collections in the subscription.
|
BicepDecompile(SubscriptionResource, DecompileOperationContent, CancellationToken) |
Decompiles an ARM json template into a Bicep template
|
BicepDecompileAsync(SubscriptionResource, DecompileOperationContent, CancellationToken) |
Decompiles an ARM json template into a Bicep template
|
GetArmApplications(SubscriptionResource, CancellationToken) |
Gets all the applications within a subscription.
|
GetArmApplicationsAsync(SubscriptionResource, CancellationToken) |
Gets all the applications within a subscription.
|
GetArmDeployment(SubscriptionResource, String, CancellationToken) |
Gets a deployment.
|
GetArmDeploymentAsync(SubscriptionResource, String, CancellationToken) |
Gets a deployment.
|
GetArmDeployments(SubscriptionResource) |
Gets a collection of ArmDeploymentResources in the SubscriptionResource. MockingTo mock this method, please mock GetArmDeployments() instead. |
GetArmDeploymentScripts(SubscriptionResource, CancellationToken) |
Lists all deployment scripts for a given subscription.
|
GetArmDeploymentScriptsAsync(SubscriptionResource, CancellationToken) |
Lists all deployment scripts for a given subscription.
|
GetDeploymentStack(SubscriptionResource, String, CancellationToken) |
Gets a Deployment stack with a given name at specific scope.
|
GetDeploymentStackAsync(SubscriptionResource, String, CancellationToken) |
Gets a Deployment stack with a given name at specific scope.
|
GetDeploymentStacks(SubscriptionResource) |
Gets a collection of DeploymentStackResources in the SubscriptionResource. MockingTo mock this method, please mock GetDeploymentStacks() instead. |
GetJitRequestDefinitions(SubscriptionResource, CancellationToken) |
Retrieves all JIT requests within the subscription.
|
GetJitRequestDefinitionsAsync(SubscriptionResource, CancellationToken) |
Retrieves all JIT requests within the subscription.
|
GetTemplateSpecs(SubscriptionResource, Nullable<TemplateSpecExpandKind>, CancellationToken) |
Lists all the Template Specs within the specified subscriptions.
|
GetTemplateSpecsAsync(SubscriptionResource, Nullable<TemplateSpecExpandKind>, CancellationToken) |
Lists all the Template Specs within the specified subscriptions.
|
GetScVmmAvailabilitySets(SubscriptionResource, CancellationToken) |
List of AvailabilitySets in a subscription.
|
GetScVmmAvailabilitySetsAsync(SubscriptionResource, CancellationToken) |
List of AvailabilitySets in a subscription.
|
GetScVmmClouds(SubscriptionResource, CancellationToken) |
List of Clouds in a subscription.
|
GetScVmmCloudsAsync(SubscriptionResource, CancellationToken) |
List of Clouds in a subscription.
|
GetScVmmServers(SubscriptionResource, CancellationToken) |
List of VmmServers in a subscription.
|
GetScVmmServersAsync(SubscriptionResource, CancellationToken) |
List of VmmServers in a subscription.
|
GetScVmmVirtualMachineTemplates(SubscriptionResource, CancellationToken) |
List of VirtualMachineTemplates in a subscription.
|
GetScVmmVirtualMachineTemplatesAsync(SubscriptionResource, CancellationToken) |
List of VirtualMachineTemplates in a subscription.
|
GetScVmmVirtualNetworks(SubscriptionResource, CancellationToken) |
List of VirtualNetworks in a subscription.
|
GetScVmmVirtualNetworksAsync(SubscriptionResource, CancellationToken) |
List of VirtualNetworks in a subscription.
|
CheckSearchServiceNameAvailability(SubscriptionResource, SearchServiceNameAvailabilityContent, SearchManagementRequestOptions, CancellationToken) |
Checks whether or not the given search service name is available for use. Search service names must be globally unique since they are part of the service URI (https://<name>.search.windows.net).
|
CheckSearchServiceNameAvailabilityAsync(SubscriptionResource, SearchServiceNameAvailabilityContent, SearchManagementRequestOptions, CancellationToken) |
Checks whether or not the given search service name is available for use. Search service names must be globally unique since they are part of the service URI (https://<name>.search.windows.net).
|
GetSearchServices(SubscriptionResource, SearchManagementRequestOptions, CancellationToken) |
Gets a list of all Search services in the given subscription.
|
GetSearchServicesAsync(SubscriptionResource, SearchManagementRequestOptions, CancellationToken) |
Gets a list of all Search services in the given subscription.
|
GetUsagesBySubscription(SubscriptionResource, AzureLocation, SearchManagementRequestOptions, CancellationToken) |
Get a list of all Azure AI Search quota usages across the subscription.
|
GetUsagesBySubscriptionAsync(SubscriptionResource, AzureLocation, SearchManagementRequestOptions, CancellationToken) |
Get a list of all Azure AI Search quota usages across the subscription.
|
UsageBySubscriptionSku(SubscriptionResource, AzureLocation, String, SearchManagementRequestOptions, CancellationToken) |
Gets the quota usage for a search sku in the given subscription.
|
UsageBySubscriptionSkuAsync(SubscriptionResource, AzureLocation, String, SearchManagementRequestOptions, CancellationToken) |
Gets the quota usage for a search sku in the given subscription.
|
GetAdaptiveApplicationControlGroups(SubscriptionResource, Nullable<Boolean>, Nullable<Boolean>, CancellationToken) |
Gets a list of application control machine groups for the subscription.
|
GetAdaptiveApplicationControlGroupsAsync(SubscriptionResource, Nullable<Boolean>, Nullable<Boolean>, CancellationToken) |
Gets a list of application control machine groups for the subscription.
|
GetAlerts(SubscriptionResource, CancellationToken) |
List all the alerts that are associated with the subscription
|
GetAlertsAsync(SubscriptionResource, CancellationToken) |
List all the alerts that are associated with the subscription
|
GetAllowedConnections(SubscriptionResource, CancellationToken) |
Gets the list of all possible traffic between resources for the subscription
|
GetAllowedConnectionsAsync(SubscriptionResource, CancellationToken) |
Gets the list of all possible traffic between resources for the subscription
|
GetAllSecuritySolutionsReferenceData(SubscriptionResource, CancellationToken) |
Gets a list of all supported Security Solutions for the subscription.
|
GetAllSecuritySolutionsReferenceDataAsync(SubscriptionResource, CancellationToken) |
Gets a list of all supported Security Solutions for the subscription.
|
GetAllSubscriptionAssessmentMetadata(SubscriptionResource) |
Gets a collection of SubscriptionAssessmentMetadataResources in the SubscriptionResource. MockingTo mock this method, please mock GetAllSubscriptionAssessmentMetadata() instead. |
GetAutoProvisioningSetting(SubscriptionResource, String, CancellationToken) |
Details of a specific setting
|
GetAutoProvisioningSettingAsync(SubscriptionResource, String, CancellationToken) |
Details of a specific setting
|
GetAutoProvisioningSettings(SubscriptionResource) |
Gets a collection of AutoProvisioningSettingResources in the SubscriptionResource. MockingTo mock this method, please mock GetAutoProvisioningSettings() instead. |
GetCustomAssessmentAutomations(SubscriptionResource, CancellationToken) |
List custom assessment automations by provided subscription
|
GetCustomAssessmentAutomationsAsync(SubscriptionResource, CancellationToken) |
List custom assessment automations by provided subscription
|
GetCustomEntityStoreAssignments(SubscriptionResource, CancellationToken) |
List custom entity store assignments by provided subscription
|
GetCustomEntityStoreAssignmentsAsync(SubscriptionResource, CancellationToken) |
List custom entity store assignments by provided subscription
|
GetDiscoveredSecuritySolutions(SubscriptionResource, CancellationToken) |
Gets a list of discovered Security Solutions for the subscription.
|
GetDiscoveredSecuritySolutionsAsync(SubscriptionResource, CancellationToken) |
Gets a list of discovered Security Solutions for the subscription.
|
GetExternalSecuritySolutions(SubscriptionResource, CancellationToken) |
Gets a list of external security solutions for the subscription.
|
GetExternalSecuritySolutionsAsync(SubscriptionResource, CancellationToken) |
Gets a list of external security solutions for the subscription.
|
GetIngestionSetting(SubscriptionResource, String, CancellationToken) |
Settings for ingesting security data and logs to correlate with resources associated with the subscription.
|
GetIngestionSettingAsync(SubscriptionResource, String, CancellationToken) |
Settings for ingesting security data and logs to correlate with resources associated with the subscription.
|
GetIngestionSettings(SubscriptionResource) |
Gets a collection of IngestionSettingResources in the SubscriptionResource. MockingTo mock this method, please mock Azure.ResourceManager.SecurityCenter.Mocking.MockableSecurityCenterSubscriptionResource.GetIngestionSettings instead. |
GetIotSecuritySolutions(SubscriptionResource, String, CancellationToken) |
Use this method to get the list of IoT Security solutions by subscription.
|
GetIotSecuritySolutionsAsync(SubscriptionResource, String, CancellationToken) |
Use this method to get the list of IoT Security solutions by subscription.
|
GetJitNetworkAccessPolicies(SubscriptionResource, CancellationToken) |
Policies for protecting resources using Just-in-Time access control.
|
GetJitNetworkAccessPoliciesAsync(SubscriptionResource, CancellationToken) |
Policies for protecting resources using Just-in-Time access control.
|
GetMdeOnboarding(SubscriptionResource, CancellationToken) |
The default configuration or data needed to onboard the machine to MDE
|
GetMdeOnboardingAsync(SubscriptionResource, CancellationToken) |
The default configuration or data needed to onboard the machine to MDE
|
GetMdeOnboardings(SubscriptionResource, CancellationToken) |
The configuration or data needed to onboard the machine to MDE
|
GetMdeOnboardingsAsync(SubscriptionResource, CancellationToken) |
The configuration or data needed to onboard the machine to MDE
|
GetRegulatoryComplianceStandard(SubscriptionResource, String, CancellationToken) |
Supported regulatory compliance details state for selected standard
|
GetRegulatoryComplianceStandardAsync(SubscriptionResource, String, CancellationToken) |
Supported regulatory compliance details state for selected standard
|
GetRegulatoryComplianceStandards(SubscriptionResource) |
Gets a collection of RegulatoryComplianceStandardResources in the SubscriptionResource. MockingTo mock this method, please mock GetRegulatoryComplianceStandards() instead. |
GetSecureScore(SubscriptionResource, String, CancellationToken) |
Get secure score for a specific Microsoft Defender for Cloud initiative within your current scope. For the ASC Default initiative, use 'ascScore'.
|
GetSecureScoreAsync(SubscriptionResource, String, CancellationToken) |
Get secure score for a specific Microsoft Defender for Cloud initiative within your current scope. For the ASC Default initiative, use 'ascScore'.
|
GetSecureScoreControlDefinitionsBySubscription(SubscriptionResource, CancellationToken) |
For a specified subscription, list the available security controls, their assessments, and the max score
|
GetSecureScoreControlDefinitionsBySubscriptionAsync(SubscriptionResource, CancellationToken) |
For a specified subscription, list the available security controls, their assessments, and the max score
|
GetSecureScoreControls(SubscriptionResource, Nullable<SecurityScoreODataExpand>, CancellationToken) |
Get all security controls within a scope
|
GetSecureScoreControlsAsync(SubscriptionResource, Nullable<SecurityScoreODataExpand>, CancellationToken) |
Get all security controls within a scope
|
GetSecureScores(SubscriptionResource) |
Gets a collection of SecureScoreResources in the SubscriptionResource. MockingTo mock this method, please mock GetSecureScores() instead. |
GetSecurityAlertsSuppressionRule(SubscriptionResource, String, CancellationToken) |
Get dismiss rule, with name: {alertsSuppressionRuleName}, for the given subscription
|
GetSecurityAlertsSuppressionRuleAsync(SubscriptionResource, String, CancellationToken) |
Get dismiss rule, with name: {alertsSuppressionRuleName}, for the given subscription
|
GetSecurityAlertsSuppressionRules(SubscriptionResource) |
Gets a collection of SecurityAlertsSuppressionRuleResources in the SubscriptionResource. MockingTo mock this method, please mock GetSecurityAlertsSuppressionRules() instead. |
GetSecurityAutomations(SubscriptionResource, CancellationToken) |
Lists all the security automations in the specified subscription. Use the 'nextLink' property in the response to get the next page of security automations for the specified subscription.
|
GetSecurityAutomationsAsync(SubscriptionResource, CancellationToken) |
Lists all the security automations in the specified subscription. Use the 'nextLink' property in the response to get the next page of security automations for the specified subscription.
|
GetSecurityCenterApiCollections(SubscriptionResource, CancellationToken) |
Gets a list of API collections within a subscription that have been onboarded to Microsoft Defender for APIs.
|
GetSecurityCenterApiCollectionsAsync(SubscriptionResource, CancellationToken) |
Gets a list of API collections within a subscription that have been onboarded to Microsoft Defender for APIs.
|
GetSecurityCenterLocation(SubscriptionResource, AzureLocation, CancellationToken) |
Details of a specific location
|
GetSecurityCenterLocationAsync(SubscriptionResource, AzureLocation, CancellationToken) |
Details of a specific location
|
GetSecurityCenterLocations(SubscriptionResource) |
Gets a collection of SecurityCenterLocationResources in the SubscriptionResource. MockingTo mock this method, please mock GetSecurityCenterLocations() instead. |
GetSecurityCenterPricing(SubscriptionResource, String, CancellationToken) |
Gets a provided Microsoft Defender for Cloud pricing configuration in the subscription.
|
GetSecurityCenterPricingAsync(SubscriptionResource, String, CancellationToken) |
Gets a provided Microsoft Defender for Cloud pricing configuration in the subscription.
|
GetSecurityCenterPricings(SubscriptionResource) |
Gets a collection of SecurityCenterPricingResources in the SubscriptionResource. MockingTo mock this method, please mock GetSecurityCenterPricings() instead. |
GetSecurityCloudConnector(SubscriptionResource, String, CancellationToken) |
Details of a specific cloud account connector
|
GetSecurityCloudConnectorAsync(SubscriptionResource, String, CancellationToken) |
Details of a specific cloud account connector
|
GetSecurityCloudConnectors(SubscriptionResource) |
Gets a collection of SecurityCloudConnectorResources in the SubscriptionResource. MockingTo mock this method, please mock GetSecurityCloudConnectors() instead. |
GetSecurityConnectors(SubscriptionResource, CancellationToken) |
Lists all the security connectors in the specified subscription. Use the 'nextLink' property in the response to get the next page of security connectors for the specified subscription.
|
GetSecurityConnectorsAsync(SubscriptionResource, CancellationToken) |
Lists all the security connectors in the specified subscription. Use the 'nextLink' property in the response to get the next page of security connectors for the specified subscription.
|
GetSecurityContact(SubscriptionResource, String, CancellationToken) |
Get Default Security contact configurations for the subscription
|
GetSecurityContactAsync(SubscriptionResource, String, CancellationToken) |
Get Default Security contact configurations for the subscription
|
GetSecurityContacts(SubscriptionResource) |
Gets a collection of SecurityContactResources in the SubscriptionResource. MockingTo mock this method, please mock GetSecurityContacts() instead. |
GetSecuritySetting(SubscriptionResource, SecuritySettingName, CancellationToken) |
Settings of different configurations in Microsoft Defender for Cloud
|
GetSecuritySettingAsync(SubscriptionResource, SecuritySettingName, CancellationToken) |
Settings of different configurations in Microsoft Defender for Cloud
|
GetSecuritySettings(SubscriptionResource) |
Gets a collection of SecuritySettingResources in the SubscriptionResource. MockingTo mock this method, please mock GetSecuritySettings() instead. |
GetSecuritySolutions(SubscriptionResource, CancellationToken) |
Gets a list of Security Solutions for the subscription.
|
GetSecuritySolutionsAsync(SubscriptionResource, CancellationToken) |
Gets a list of Security Solutions for the subscription.
|
GetSecurityWorkspaceSetting(SubscriptionResource, String, CancellationToken) |
Settings about where we should store your security data and logs. If the result is empty, it means that no custom-workspace configuration was set
|
GetSecurityWorkspaceSettingAsync(SubscriptionResource, String, CancellationToken) |
Settings about where we should store your security data and logs. If the result is empty, it means that no custom-workspace configuration was set
|
GetSecurityWorkspaceSettings(SubscriptionResource) |
Gets a collection of SecurityWorkspaceSettingResources in the SubscriptionResource. MockingTo mock this method, please mock GetSecurityWorkspaceSettings() instead. |
GetServerVulnerabilityAssessmentsSetting(SubscriptionResource, ServerVulnerabilityAssessmentsSettingKindName, CancellationToken) |
Get a server vulnerability assessments setting of the requested kind, that is set on the subscription
|
GetServerVulnerabilityAssessmentsSettingAsync(SubscriptionResource, ServerVulnerabilityAssessmentsSettingKindName, CancellationToken) |
Get a server vulnerability assessments setting of the requested kind, that is set on the subscription
|
GetServerVulnerabilityAssessmentsSettings(SubscriptionResource) |
Gets a collection of ServerVulnerabilityAssessmentsSettingResources in the SubscriptionResource. MockingTo mock this method, please mock GetServerVulnerabilityAssessmentsSettings() instead. |
GetSoftwareInventories(SubscriptionResource, CancellationToken) |
Gets the software inventory of all virtual machines in the subscriptions.
|
GetSoftwareInventoriesAsync(SubscriptionResource, CancellationToken) |
Gets the software inventory of all virtual machines in the subscriptions.
|
GetSubscriptionAssessmentMetadata(SubscriptionResource, String, CancellationToken) |
Get metadata information on an assessment type in a specific subscription
|
GetSubscriptionAssessmentMetadataAsync(SubscriptionResource, String, CancellationToken) |
Get metadata information on an assessment type in a specific subscription
|
GetSubscriptionSecurityApplication(SubscriptionResource, String, CancellationToken) |
Get a specific application for the requested scope by applicationId
|
GetSubscriptionSecurityApplicationAsync(SubscriptionResource, String, CancellationToken) |
Get a specific application for the requested scope by applicationId
|
GetSubscriptionSecurityApplications(SubscriptionResource) |
Gets a collection of SubscriptionSecurityApplicationResources in the SubscriptionResource. MockingTo mock this method, please mock GetSubscriptionSecurityApplications() instead. |
GetTasks(SubscriptionResource, String, CancellationToken) |
Recommended tasks that will help improve the security of the subscription proactively
|
GetTasksAsync(SubscriptionResource, String, CancellationToken) |
Recommended tasks that will help improve the security of the subscription proactively
|
GetTopologies(SubscriptionResource, CancellationToken) |
Gets a list that allows to build a topology view of a subscription.
|
GetTopologiesAsync(SubscriptionResource, CancellationToken) |
Gets a list that allows to build a topology view of a subscription.
|
GetAzureDevOpsConnectors(SubscriptionResource, CancellationToken) |
Returns a list of monitored AzureDevOps Connectors.
|
GetAzureDevOpsConnectorsAsync(SubscriptionResource, CancellationToken) |
Returns a list of monitored AzureDevOps Connectors.
|
GetGitHubConnectors(SubscriptionResource, CancellationToken) |
Returns a list of monitored GitHub Connectors.
|
GetGitHubConnectorsAsync(SubscriptionResource, CancellationToken) |
Returns a list of monitored GitHub Connectors.
|
DiscoverSolutionsNlp(SubscriptionResource, DiscoveryNlpContent, CancellationToken) |
Search for relevant Azure Diagnostics, Solutions and Troubleshooters using a natural language issue summary and subscription.
|
DiscoverSolutionsNlpAsync(SubscriptionResource, DiscoveryNlpContent, CancellationToken) |
Search for relevant Azure Diagnostics, Solutions and Troubleshooters using a natural language issue summary and subscription.
|
CheckServiceBusNamespaceNameAvailability(SubscriptionResource, ServiceBusNameAvailabilityContent, CancellationToken) |
Check the give namespace name availability.
|
CheckServiceBusNamespaceNameAvailabilityAsync(SubscriptionResource, ServiceBusNameAvailabilityContent, CancellationToken) |
Check the give namespace name availability.
|
GetServiceBusNamespaces(SubscriptionResource, CancellationToken) |
Gets all the available namespaces within the subscription, irrespective of the resource groups.
|
GetServiceBusNamespacesAsync(SubscriptionResource, CancellationToken) |
Gets all the available namespaces within the subscription, irrespective of the resource groups.
|
GetClusterVersions(SubscriptionResource, AzureLocation, String, CancellationToken) |
Gets information about an available Service Fabric cluster code version.
|
GetClusterVersions(SubscriptionResource, AzureLocation, CancellationToken) |
Gets all available code versions for Service Fabric cluster resources by location.
|
GetClusterVersionsAsync(SubscriptionResource, AzureLocation, String, CancellationToken) |
Gets information about an available Service Fabric cluster code version.
|
GetClusterVersionsAsync(SubscriptionResource, AzureLocation, CancellationToken) |
Gets all available code versions for Service Fabric cluster resources by location.
|
GetClusterVersionsByEnvironment(SubscriptionResource, AzureLocation, ClusterVersionsEnvironment, String, CancellationToken) |
Gets information about an available Service Fabric cluster code version by environment.
|
GetClusterVersionsByEnvironment(SubscriptionResource, AzureLocation, ClusterVersionsEnvironment, CancellationToken) |
Gets all available code versions for Service Fabric cluster resources by environment.
|
GetClusterVersionsByEnvironmentAsync(SubscriptionResource, AzureLocation, ClusterVersionsEnvironment, String, CancellationToken) |
Gets information about an available Service Fabric cluster code version by environment.
|
GetClusterVersionsByEnvironmentAsync(SubscriptionResource, AzureLocation, ClusterVersionsEnvironment, CancellationToken) |
Gets all available code versions for Service Fabric cluster resources by environment.
|
GetServiceFabricClusters(SubscriptionResource, CancellationToken) |
Gets all Service Fabric cluster resources created or in the process of being created in the subscription.
|
GetServiceFabricClustersAsync(SubscriptionResource, CancellationToken) |
Gets all Service Fabric cluster resources created or in the process of being created in the subscription.
|
GetServiceFabricVmSizeResource(SubscriptionResource, AzureLocation, String, CancellationToken) |
Get unsupported vm size for Service Fabric Clusters.
|
GetServiceFabricVmSizeResourceAsync(SubscriptionResource, AzureLocation, String, CancellationToken) |
Get unsupported vm size for Service Fabric Clusters.
|
GetServiceFabricVmSizeResources(SubscriptionResource, AzureLocation) |
Gets a collection of ServiceFabricVmSizeResources in the SubscriptionResource. MockingTo mock this method, please mock GetServiceFabricVmSizeResources(AzureLocation) instead. |
GetManagedClusterVersion(SubscriptionResource, AzureLocation, String, CancellationToken) |
Gets information about an available Service Fabric managed cluster code version.
|
GetManagedClusterVersionAsync(SubscriptionResource, AzureLocation, String, CancellationToken) |
Gets information about an available Service Fabric managed cluster code version.
|
GetManagedClusterVersionByEnvironment(SubscriptionResource, AzureLocation, ManagedClusterVersionEnvironment, String, CancellationToken) |
Gets information about an available Service Fabric cluster code version by environment.
|
GetManagedClusterVersionByEnvironmentAsync(SubscriptionResource, AzureLocation, ManagedClusterVersionEnvironment, String, CancellationToken) |
Gets information about an available Service Fabric cluster code version by environment.
|
GetManagedClusterVersions(SubscriptionResource, AzureLocation, CancellationToken) |
Gets all available code versions for Service Fabric cluster resources by location.
|
GetManagedClusterVersionsAsync(SubscriptionResource, AzureLocation, CancellationToken) |
Gets all available code versions for Service Fabric cluster resources by location.
|
GetManagedClusterVersionsByEnvironment(SubscriptionResource, AzureLocation, ManagedClusterVersionEnvironment, CancellationToken) |
Gets all available code versions for Service Fabric cluster resources by environment.
|
GetManagedClusterVersionsByEnvironmentAsync(SubscriptionResource, AzureLocation, ManagedClusterVersionEnvironment, CancellationToken) |
Gets all available code versions for Service Fabric cluster resources by environment.
|
GetManagedUnsupportedVmSize(SubscriptionResource, AzureLocation, String, CancellationToken) |
Get unsupported vm size for Service Fabric Managed Clusters.
|
GetManagedUnsupportedVmSizeAsync(SubscriptionResource, AzureLocation, String, CancellationToken) |
Get unsupported vm size for Service Fabric Managed Clusters.
|
GetManagedUnsupportedVmSizes(SubscriptionResource, AzureLocation, CancellationToken) |
Get the lists of unsupported vm sizes for Service Fabric Managed Clusters.
|
GetManagedUnsupportedVmSizesAsync(SubscriptionResource, AzureLocation, CancellationToken) |
Get the lists of unsupported vm sizes for Service Fabric Managed Clusters.
|
GetServiceFabricManagedClusters(SubscriptionResource, CancellationToken) |
Gets all Service Fabric cluster resources created or in the process of being created in the subscription.
|
GetServiceFabricManagedClustersAsync(SubscriptionResource, CancellationToken) |
Gets all Service Fabric cluster resources created or in the process of being created in the subscription.
|
GetLinkerResource(ArmResource, String, CancellationToken) |
Returns Linker resource for a given name.
|
GetLinkerResourceAsync(ArmResource, String, CancellationToken) |
Returns Linker resource for a given name.
|
GetLinkerResources(ArmResource) |
Gets a collection of LinkerResources in the ArmResource. MockingTo mock this method, please mock GetLinkerResources() instead. |
GetTrafficControllers(SubscriptionResource, CancellationToken) |
List TrafficController resources by subscription ID
|
GetTrafficControllersAsync(SubscriptionResource, CancellationToken) |
List TrafficController resources by subscription ID
|
CheckSignalRNameAvailability(SubscriptionResource, AzureLocation, SignalRNameAvailabilityContent, CancellationToken) |
Checks that the resource name is valid and is not already in use.
|
CheckSignalRNameAvailabilityAsync(SubscriptionResource, AzureLocation, SignalRNameAvailabilityContent, CancellationToken) |
Checks that the resource name is valid and is not already in use.
|
GetSignalRs(SubscriptionResource, CancellationToken) |
Handles requests to list all resources in a subscription.
|
GetSignalRsAsync(SubscriptionResource, CancellationToken) |
Handles requests to list all resources in a subscription.
|
GetUsages(SubscriptionResource, AzureLocation, CancellationToken) |
List resource usage quotas by location.
|
GetUsagesAsync(SubscriptionResource, AzureLocation, CancellationToken) |
List resource usage quotas by location.
|
GetSphereCatalogs(SubscriptionResource, CancellationToken) |
List Catalog resources by subscription ID
|
GetSphereCatalogsAsync(SubscriptionResource, CancellationToken) |
List Catalog resources by subscription ID
|
GetSpringBootApps(SubscriptionResource, String, CancellationToken) |
List springbootapps resource by subscription
|
GetSpringBootAppsAsync(SubscriptionResource, String, CancellationToken) |
List springbootapps resource by subscription
|
GetSpringBootServers(SubscriptionResource, String, CancellationToken) |
List springbootservers resource by subscription
|
GetSpringBootServersAsync(SubscriptionResource, String, CancellationToken) |
List springbootservers resource by subscription
|
GetSpringBootSites(SubscriptionResource, CancellationToken) |
List springbootsites resource by subscription
|
GetSpringBootSitesAsync(SubscriptionResource, CancellationToken) |
List springbootsites resource by subscription
|
CheckSqlServerNameAvailability(SubscriptionResource, SqlNameAvailabilityContent, CancellationToken) |
Determines whether a resource can be created with the specified name.
|
CheckSqlServerNameAvailabilityAsync(SubscriptionResource, SqlNameAvailabilityContent, CancellationToken) |
Determines whether a resource can be created with the specified name.
|
GetCapabilitiesByLocation(SubscriptionResource, AzureLocation, Nullable<SqlCapabilityGroup>, CancellationToken) |
Gets the subscription capabilities available for the specified location.
|
GetCapabilitiesByLocationAsync(SubscriptionResource, AzureLocation, Nullable<SqlCapabilityGroup>, CancellationToken) |
Gets the subscription capabilities available for the specified location.
|
GetDeletedServer(SubscriptionResource, AzureLocation, String, CancellationToken) |
Gets a deleted server.
|
GetDeletedServerAsync(SubscriptionResource, AzureLocation, String, CancellationToken) |
Gets a deleted server.
|
GetDeletedServers(SubscriptionResource, AzureLocation) |
Gets a collection of DeletedServerResources in the SubscriptionResource. MockingTo mock this method, please mock GetDeletedServers(AzureLocation) instead. |
GetDeletedServers(SubscriptionResource, CancellationToken) |
Gets a list of all deleted servers in a subscription.
|
GetDeletedServersAsync(SubscriptionResource, CancellationToken) |
Gets a list of all deleted servers in a subscription.
|
GetInstancePools(SubscriptionResource, CancellationToken) |
Gets a list of all instance pools in the subscription.
|
GetInstancePoolsAsync(SubscriptionResource, CancellationToken) |
Gets a list of all instance pools in the subscription.
|
GetLongTermRetentionBackupsWithLocation(SubscriptionResource, AzureLocation, Nullable<Boolean>, Nullable<SqlDatabaseState>, CancellationToken) |
Lists the long term retention backups for a given location.
|
GetLongTermRetentionBackupsWithLocationAsync(SubscriptionResource, AzureLocation, Nullable<Boolean>, Nullable<SqlDatabaseState>, CancellationToken) |
Lists the long term retention backups for a given location.
|
GetLongTermRetentionBackupsWithServer(SubscriptionResource, AzureLocation, String, Nullable<Boolean>, Nullable<SqlDatabaseState>, CancellationToken) |
Lists the long term retention backups for a given server.
|
GetLongTermRetentionBackupsWithServerAsync(SubscriptionResource, AzureLocation, String, Nullable<Boolean>, Nullable<SqlDatabaseState>, CancellationToken) |
Lists the long term retention backups for a given server.
|
GetLongTermRetentionManagedInstanceBackupsWithInstance(SubscriptionResource, AzureLocation, String, Nullable<Boolean>, Nullable<SqlDatabaseState>, CancellationToken) |
Lists the long term retention backups for a given managed instance.
|
GetLongTermRetentionManagedInstanceBackupsWithInstanceAsync(SubscriptionResource, AzureLocation, String, Nullable<Boolean>, Nullable<SqlDatabaseState>, CancellationToken) |
Lists the long term retention backups for a given managed instance.
|
GetLongTermRetentionManagedInstanceBackupsWithLocation(SubscriptionResource, AzureLocation, Nullable<Boolean>, Nullable<SqlDatabaseState>, CancellationToken) |
Lists the long term retention backups for managed databases in a given location.
|
GetLongTermRetentionManagedInstanceBackupsWithLocationAsync(SubscriptionResource, AzureLocation, Nullable<Boolean>, Nullable<SqlDatabaseState>, CancellationToken) |
Lists the long term retention backups for managed databases in a given location.
|
GetManagedInstances(SubscriptionResource, String, CancellationToken) |
Gets a list of all managed instances in the subscription.
|
GetManagedInstancesAsync(SubscriptionResource, String, CancellationToken) |
Gets a list of all managed instances in the subscription.
|
GetSqlServers(SubscriptionResource, String, CancellationToken) |
Gets a list of all servers in the subscription.
|
GetSqlServersAsync(SubscriptionResource, String, CancellationToken) |
Gets a list of all servers in the subscription.
|
GetSqlTimeZone(SubscriptionResource, AzureLocation, String, CancellationToken) |
Gets a managed instance time zone.
|
GetSqlTimeZoneAsync(SubscriptionResource, AzureLocation, String, CancellationToken) |
Gets a managed instance time zone.
|
GetSqlTimeZones(SubscriptionResource, AzureLocation) |
Gets a collection of SqlTimeZoneResources in the SubscriptionResource. MockingTo mock this method, please mock GetSqlTimeZones(AzureLocation) instead. |
GetSubscriptionLongTermRetentionBackup(SubscriptionResource, AzureLocation, String, String, String, CancellationToken) |
Gets a long term retention backup.
|
GetSubscriptionLongTermRetentionBackupAsync(SubscriptionResource, AzureLocation, String, String, String, CancellationToken) |
Gets a long term retention backup.
|
GetSubscriptionLongTermRetentionBackups(SubscriptionResource, AzureLocation, String, String) |
Gets a collection of SubscriptionLongTermRetentionBackupResources in the SubscriptionResource. MockingTo mock this method, please mock GetSubscriptionLongTermRetentionBackups(AzureLocation, String, String) instead. |
GetSubscriptionLongTermRetentionManagedInstanceBackup(SubscriptionResource, AzureLocation, String, String, String, CancellationToken) |
Gets a long term retention backup for a managed database.
|
GetSubscriptionLongTermRetentionManagedInstanceBackupAsync(SubscriptionResource, AzureLocation, String, String, String, CancellationToken) |
Gets a long term retention backup for a managed database.
|
GetSubscriptionLongTermRetentionManagedInstanceBackups(SubscriptionResource, AzureLocation, String, String) |
Gets a collection of SubscriptionLongTermRetentionManagedInstanceBackupResources in the SubscriptionResource. MockingTo mock this method, please mock GetSubscriptionLongTermRetentionManagedInstanceBackups(AzureLocation, String, String) instead. |
GetSubscriptionUsage(SubscriptionResource, AzureLocation, String, CancellationToken) |
Gets a subscription usage metric.
|
GetSubscriptionUsageAsync(SubscriptionResource, AzureLocation, String, CancellationToken) |
Gets a subscription usage metric.
|
GetSubscriptionUsages(SubscriptionResource, AzureLocation) |
Gets a collection of SubscriptionUsageResources in the SubscriptionResource. MockingTo mock this method, please mock GetSubscriptionUsages(AzureLocation) instead. |
GetSyncDatabaseIdsSyncGroups(SubscriptionResource, AzureLocation, CancellationToken) |
Gets a collection of sync database ids.
|
GetSyncDatabaseIdsSyncGroupsAsync(SubscriptionResource, AzureLocation, CancellationToken) |
Gets a collection of sync database ids.
|
GetVirtualClusters(SubscriptionResource, CancellationToken) |
Gets a list of all virtualClusters in the subscription.
|
GetVirtualClustersAsync(SubscriptionResource, CancellationToken) |
Gets a list of all virtualClusters in the subscription.
|
GetSqlVmGroups(SubscriptionResource, CancellationToken) |
Gets all SQL virtual machine groups in a subscription.
|
GetSqlVmGroupsAsync(SubscriptionResource, CancellationToken) |
Gets all SQL virtual machine groups in a subscription.
|
GetSqlVms(SubscriptionResource, CancellationToken) |
Gets all SQL virtual machines in a subscription.
|
GetSqlVmsAsync(SubscriptionResource, CancellationToken) |
Gets all SQL virtual machines in a subscription.
|
GetStandbyContainerGroupPools(SubscriptionResource, CancellationToken) |
List StandbyContainerGroupPoolResource resources by subscription ID
|
GetStandbyContainerGroupPoolsAsync(SubscriptionResource, CancellationToken) |
List StandbyContainerGroupPoolResource resources by subscription ID
|
GetStandbyVirtualMachinePools(SubscriptionResource, CancellationToken) |
List StandbyVirtualMachinePoolResource resources by subscription ID
|
GetStandbyVirtualMachinePoolsAsync(SubscriptionResource, CancellationToken) |
List StandbyVirtualMachinePoolResource resources by subscription ID
|
CheckStorageAccountNameAvailability(SubscriptionResource, StorageAccountNameAvailabilityContent, CancellationToken) |
Checks that the storage account name is valid and is not already in use.
|
CheckStorageAccountNameAvailabilityAsync(SubscriptionResource, StorageAccountNameAvailabilityContent, CancellationToken) |
Checks that the storage account name is valid and is not already in use.
|
GetDeletedAccount(SubscriptionResource, AzureLocation, String, CancellationToken) |
Get properties of specified deleted account resource.
|
GetDeletedAccountAsync(SubscriptionResource, AzureLocation, String, CancellationToken) |
Get properties of specified deleted account resource.
|
GetDeletedAccounts(SubscriptionResource) |
Gets a collection of DeletedAccountResources in the SubscriptionResource. MockingTo mock this method, please mock GetDeletedAccounts() instead. |
GetDeletedAccounts(SubscriptionResource, CancellationToken) |
Lists deleted accounts under the subscription.
|
GetDeletedAccountsAsync(SubscriptionResource, CancellationToken) |
Lists deleted accounts under the subscription.
|
GetSkus(SubscriptionResource, CancellationToken) |
Lists the available SKUs supported by Microsoft.Storage for given subscription.
|
GetSkusAsync(SubscriptionResource, CancellationToken) |
Lists the available SKUs supported by Microsoft.Storage for given subscription.
|
GetStorageAccounts(SubscriptionResource, CancellationToken) |
Lists all the storage accounts available under the subscription. Note that storage keys are not returned; use the ListKeys operation for this.
|
GetStorageAccountsAsync(SubscriptionResource, CancellationToken) |
Lists all the storage accounts available under the subscription. Note that storage keys are not returned; use the ListKeys operation for this.
|
GetUsagesByLocation(SubscriptionResource, AzureLocation, CancellationToken) |
Gets the current usage count and the limit for the resources of the location under the subscription.
|
GetUsagesByLocationAsync(SubscriptionResource, AzureLocation, CancellationToken) |
Gets the current usage count and the limit for the resources of the location under the subscription.
|
GetStorageTasks(SubscriptionResource, CancellationToken) |
Lists all the storage tasks available under the subscription.
|
GetStorageTasksAsync(SubscriptionResource, CancellationToken) |
Lists all the storage tasks available under the subscription.
|
PreviewActions(SubscriptionResource, AzureLocation, StorageTaskPreviewAction, CancellationToken) |
Runs the input conditions against input object metadata properties and designates matched objects in response.
|
PreviewActionsAsync(SubscriptionResource, AzureLocation, StorageTaskPreviewAction, CancellationToken) |
Runs the input conditions against input object metadata properties and designates matched objects in response.
|
CheckAmlFSSubnets(SubscriptionResource, AmlFileSystemSubnetContent, CancellationToken) |
Check that subnets will be valid for AML file system create calls.
|
CheckAmlFSSubnetsAsync(SubscriptionResource, AmlFileSystemSubnetContent, CancellationToken) |
Check that subnets will be valid for AML file system create calls.
|
GetAmlFileSystems(SubscriptionResource, CancellationToken) |
Returns all AML file systems the user has access to under a subscription.
|
GetAmlFileSystemsAsync(SubscriptionResource, CancellationToken) |
Returns all AML file systems the user has access to under a subscription.
|
GetRequiredAmlFSSubnetsSize(SubscriptionResource, RequiredAmlFileSystemSubnetsSizeContent, CancellationToken) |
Get the number of available IP addresses needed for the AML file system information provided.
|
GetRequiredAmlFSSubnetsSizeAsync(SubscriptionResource, RequiredAmlFileSystemSubnetsSizeContent, CancellationToken) |
Get the number of available IP addresses needed for the AML file system information provided.
|
GetStorageCaches(SubscriptionResource, CancellationToken) |
Returns all caches the user has access to under a subscription.
|
GetStorageCachesAsync(SubscriptionResource, CancellationToken) |
Returns all caches the user has access to under a subscription.
|
GetStorageCacheSkus(SubscriptionResource, CancellationToken) |
Get the list of StorageCache.Cache SKUs available to this subscription.
|
GetStorageCacheSkusAsync(SubscriptionResource, CancellationToken) |
Get the list of StorageCache.Cache SKUs available to this subscription.
|
GetStorageCacheUsages(SubscriptionResource, AzureLocation, CancellationToken) |
Gets the quantity used and quota limit for resources
|
GetStorageCacheUsagesAsync(SubscriptionResource, AzureLocation, CancellationToken) |
Gets the quantity used and quota limit for resources
|
GetUsageModels(SubscriptionResource, CancellationToken) |
Get the list of cache usage models available to this subscription.
|
GetUsageModelsAsync(SubscriptionResource, CancellationToken) |
Get the list of cache usage models available to this subscription.
|
GetStorageMovers(SubscriptionResource, CancellationToken) |
Lists all Storage Movers in a subscription.
|
GetStorageMoversAsync(SubscriptionResource, CancellationToken) |
Lists all Storage Movers in a subscription.
|
GetDiskPools(SubscriptionResource, CancellationToken) |
Gets a list of Disk Pools in a subscription
|
GetDiskPoolsAsync(SubscriptionResource, CancellationToken) |
Gets a list of Disk Pools in a subscription
|
GetDiskPoolZones(SubscriptionResource, AzureLocation, CancellationToken) |
Lists available Disk Pool Skus in an Azure location.
|
GetDiskPoolZonesAsync(SubscriptionResource, AzureLocation, CancellationToken) |
Lists available Disk Pool Skus in an Azure location.
|
GetResourceSkus(SubscriptionResource, AzureLocation, CancellationToken) |
Lists available StoragePool resources and skus in an Azure location.
|
GetResourceSkusAsync(SubscriptionResource, AzureLocation, CancellationToken) |
Lists available StoragePool resources and skus in an Azure location.
|
CheckStorageSyncNameAvailability(SubscriptionResource, String, StorageSyncNameAvailabilityContent, CancellationToken) |
Check the give namespace name availability.
|
CheckStorageSyncNameAvailabilityAsync(SubscriptionResource, String, StorageSyncNameAvailabilityContent, CancellationToken) |
Check the give namespace name availability.
|
GetStorageSyncServices(SubscriptionResource, CancellationToken) |
Get a StorageSyncService list by subscription.
|
GetStorageSyncServicesAsync(SubscriptionResource, CancellationToken) |
Get a StorageSyncService list by subscription.
|
CompileQuerySubscription(SubscriptionResource, AzureLocation, StreamAnalyticsCompileQuery, CancellationToken) |
Compile the Stream Analytics query.
|
CompileQuerySubscriptionAsync(SubscriptionResource, AzureLocation, StreamAnalyticsCompileQuery, CancellationToken) |
Compile the Stream Analytics query.
|
GetQuotasSubscriptions(SubscriptionResource, AzureLocation, CancellationToken) |
Retrieves the subscription's current quota information in a particular region.
|
GetQuotasSubscriptionsAsync(SubscriptionResource, AzureLocation, CancellationToken) |
Retrieves the subscription's current quota information in a particular region.
|
GetStreamAnalyticsClusters(SubscriptionResource, CancellationToken) |
Lists all of the clusters in the given subscription.
|
GetStreamAnalyticsClustersAsync(SubscriptionResource, CancellationToken) |
Lists all of the clusters in the given subscription.
|
GetStreamingJobs(SubscriptionResource, String, CancellationToken) |
Lists all of the streaming jobs in the given subscription.
|
GetStreamingJobsAsync(SubscriptionResource, String, CancellationToken) |
Lists all of the streaming jobs in the given subscription.
|
SampleInputSubscription(SubscriptionResource, WaitUntil, AzureLocation, StreamAnalyticsSampleInputContent, CancellationToken) |
Sample the Stream Analytics input data.
|
SampleInputSubscriptionAsync(SubscriptionResource, WaitUntil, AzureLocation, StreamAnalyticsSampleInputContent, CancellationToken) |
Sample the Stream Analytics input data.
|
TestInputSubscription(SubscriptionResource, WaitUntil, AzureLocation, StreamAnalyticsTestContent, CancellationToken) |
Test the Stream Analytics input.
|
TestInputSubscriptionAsync(SubscriptionResource, WaitUntil, AzureLocation, StreamAnalyticsTestContent, CancellationToken) |
Test the Stream Analytics input.
|
TestOutputSubscription(SubscriptionResource, WaitUntil, AzureLocation, StreamAnalyticsTestOutput, CancellationToken) |
Test the Stream Analytics output.
|
TestOutputSubscriptionAsync(SubscriptionResource, WaitUntil, AzureLocation, StreamAnalyticsTestOutput, CancellationToken) |
Test the Stream Analytics output.
|
TestQuerySubscription(SubscriptionResource, WaitUntil, AzureLocation, StreamAnalyticsTestQuery, CancellationToken) |
Test the Stream Analytics query on a sample input.
|
TestQuerySubscriptionAsync(SubscriptionResource, WaitUntil, AzureLocation, StreamAnalyticsTestQuery, CancellationToken) |
Test the Stream Analytics query on a sample input.
|
CancelSubscription(SubscriptionResource, CancellationToken) |
The operation to cancel a subscription
|
CancelSubscriptionAsync(SubscriptionResource, CancellationToken) |
The operation to cancel a subscription
|
EnableSubscription(SubscriptionResource, CancellationToken) |
The operation to enable a subscription
|
EnableSubscriptionAsync(SubscriptionResource, CancellationToken) |
The operation to enable a subscription
|
RenameSubscription(SubscriptionResource, SubscriptionName, CancellationToken) |
The operation to rename a subscription
|
RenameSubscriptionAsync(SubscriptionResource, SubscriptionName, CancellationToken) |
The operation to rename a subscription
|
CheckSupportTicketNameAvailability(SubscriptionResource, SupportNameAvailabilityContent, CancellationToken) |
Check the availability of a resource name. This API should be used to check the uniqueness of the name for support ticket creation for the selected subscription.
|
CheckSupportTicketNameAvailabilityAsync(SubscriptionResource, SupportNameAvailabilityContent, CancellationToken) |
Check the availability of a resource name. This API should be used to check the uniqueness of the name for support ticket creation for the selected subscription.
|
ClassifyServiceProblem(SubscriptionResource, String, ServiceProblemClassificationContent, CancellationToken) |
Classify the right problem classifications (categories) available for a specific Azure service.
|
ClassifyServiceProblemAsync(SubscriptionResource, String, ServiceProblemClassificationContent, CancellationToken) |
Classify the right problem classifications (categories) available for a specific Azure service.
|
ClassifyServicesServiceClassification(SubscriptionResource, ServiceClassificationContent, CancellationToken) |
Classify the list of right Azure services.
|
ClassifyServicesServiceClassificationAsync(SubscriptionResource, ServiceClassificationContent, CancellationToken) |
Classify the list of right Azure services.
|
GetSubscriptionFileWorkspace(SubscriptionResource, String, CancellationToken) |
Gets details for a specific file workspace in an Azure subscription.
|
GetSubscriptionFileWorkspaceAsync(SubscriptionResource, String, CancellationToken) |
Gets details for a specific file workspace in an Azure subscription.
|
GetSubscriptionFileWorkspaces(SubscriptionResource) |
Gets a collection of SubscriptionFileWorkspaceResources in the SubscriptionResource. MockingTo mock this method, please mock GetSubscriptionFileWorkspaces() instead. |
GetSubscriptionSupportTicket(SubscriptionResource, String, CancellationToken) |
Get ticket details for an Azure subscription. Support ticket data is available for 18 months after ticket creation. If a ticket was created more than 18 months ago, a request for data might cause an error.
|
GetSubscriptionSupportTicketAsync(SubscriptionResource, String, CancellationToken) |
Get ticket details for an Azure subscription. Support ticket data is available for 18 months after ticket creation. If a ticket was created more than 18 months ago, a request for data might cause an error.
|
GetSubscriptionSupportTickets(SubscriptionResource) |
Gets a collection of SubscriptionSupportTicketResources in the SubscriptionResource. MockingTo mock this method, please mock GetSubscriptionSupportTickets() instead. |
CheckKustoPoolNameAvailability(SubscriptionResource, AzureLocation, KustoPoolNameAvailabilityContent, CancellationToken) |
Checks that the kusto pool name is valid and is not already in use.
|
CheckKustoPoolNameAvailabilityAsync(SubscriptionResource, AzureLocation, KustoPoolNameAvailabilityContent, CancellationToken) |
Checks that the kusto pool name is valid and is not already in use.
|
GetSkusKustoPools(SubscriptionResource, CancellationToken) |
Lists eligible SKUs for Kusto Pool resource.
|
GetSkusKustoPoolsAsync(SubscriptionResource, CancellationToken) |
Lists eligible SKUs for Kusto Pool resource.
|
GetSynapsePrivateLinkHubs(SubscriptionResource, CancellationToken) |
Returns a list of privateLinkHubs in a subscription
|
GetSynapsePrivateLinkHubsAsync(SubscriptionResource, CancellationToken) |
Returns a list of privateLinkHubs in a subscription
|
GetSynapseWorkspaces(SubscriptionResource, CancellationToken) |
Returns a list of workspaces in a subscription
|
GetSynapseWorkspacesAsync(SubscriptionResource, CancellationToken) |
Returns a list of workspaces in a subscription
|
ExportTerraform(SubscriptionResource, WaitUntil, CommonExportProperties, CancellationToken) |
Exports the Terraform configuration of the specified resource(s).
|
ExportTerraformAsync(SubscriptionResource, WaitUntil, CommonExportProperties, CancellationToken) |
Exports the Terraform configuration of the specified resource(s).
|
CheckTrafficManagerNameAvailabilityV2(SubscriptionResource, TrafficManagerRelativeDnsNameAvailabilityContent, CancellationToken) |
Checks the availability of a Traffic Manager Relative DNS name.
|
CheckTrafficManagerNameAvailabilityV2Async(SubscriptionResource, TrafficManagerRelativeDnsNameAvailabilityContent, CancellationToken) |
Checks the availability of a Traffic Manager Relative DNS name.
|
GetTrafficManagerProfiles(SubscriptionResource, CancellationToken) |
Lists all Traffic Manager profiles within a subscription.
|
GetTrafficManagerProfilesAsync(SubscriptionResource, CancellationToken) |
Lists all Traffic Manager profiles within a subscription.
|
GetTrafficManagerUserMetrics(SubscriptionResource) |
Gets an object representing a TrafficManagerUserMetricsResource along with the instance operations that can be performed on it in the SubscriptionResource. MockingTo mock this method, please mock GetTrafficManagerUserMetrics() instead. |
CheckTrustedSigningAccountNameAvailability(SubscriptionResource, TrustedSigningAccountNameAvailabilityContent, CancellationToken) |
Checks that the trusted signing account name is valid and is not already in use.
|
CheckTrustedSigningAccountNameAvailabilityAsync(SubscriptionResource, TrustedSigningAccountNameAvailabilityContent, CancellationToken) |
Checks that the trusted signing account name is valid and is not already in use.
|
GetTrustedSigningAccounts(SubscriptionResource, CancellationToken) |
Lists trusted signing accounts within a subscription.
|
GetTrustedSigningAccountsAsync(SubscriptionResource, CancellationToken) |
Lists trusted signing accounts within a subscription.
|
CheckVoiceServicesNameAvailability(SubscriptionResource, AzureLocation, VoiceServicesCheckNameAvailabilityContent, CancellationToken) |
Check whether the resource name is available in the given region.
|
CheckVoiceServicesNameAvailabilityAsync(SubscriptionResource, AzureLocation, VoiceServicesCheckNameAvailabilityContent, CancellationToken) |
Check whether the resource name is available in the given region.
|
GetVoiceServicesCommunicationsGateways(SubscriptionResource, CancellationToken) |
List CommunicationsGateway resources by subscription ID
|
GetVoiceServicesCommunicationsGatewaysAsync(SubscriptionResource, CancellationToken) |
List CommunicationsGateway resources by subscription ID
|
CheckWebPubSubNameAvailability(SubscriptionResource, AzureLocation, WebPubSubNameAvailabilityContent, CancellationToken) |
Checks that the resource name is valid and is not already in use.
|
CheckWebPubSubNameAvailabilityAsync(SubscriptionResource, AzureLocation, WebPubSubNameAvailabilityContent, CancellationToken) |
Checks that the resource name is valid and is not already in use.
|
GetUsages(SubscriptionResource, AzureLocation, CancellationToken) |
List resource usage quotas by location.
|
GetUsagesAsync(SubscriptionResource, AzureLocation, CancellationToken) |
List resource usage quotas by location.
|
GetWebPubSubs(SubscriptionResource, CancellationToken) |
Handles requests to list all resources in a subscription.
|
GetWebPubSubsAsync(SubscriptionResource, CancellationToken) |
Handles requests to list all resources in a subscription.
|
GetSapMonitors(SubscriptionResource, CancellationToken) |
Gets a list of SAP monitors in the specified subscription. The operations returns various properties of each SAP monitor.
|
GetSapMonitorsAsync(SubscriptionResource, CancellationToken) |
Gets a list of SAP monitors in the specified subscription. The operations returns various properties of each SAP monitor.
|
GetSapVirtualInstances(SubscriptionResource, CancellationToken) |
Gets all Virtual Instances for SAP solutions resources in a Subscription.
|
GetSapVirtualInstancesAsync(SubscriptionResource, CancellationToken) |
Gets all Virtual Instances for SAP solutions resources in a Subscription.
|
SapAvailabilityZoneDetails(SubscriptionResource, AzureLocation, SapAvailabilityZoneDetailsContent, CancellationToken) |
Get the recommended SAP Availability Zone Pair Details for your region.
|
SapAvailabilityZoneDetailsAsync(SubscriptionResource, AzureLocation, SapAvailabilityZoneDetailsContent, CancellationToken) |
Get the recommended SAP Availability Zone Pair Details for your region.
|
SapDiskConfigurations(SubscriptionResource, AzureLocation, SapDiskConfigurationsContent, CancellationToken) |
Get the SAP Disk Configuration Layout prod/non-prod SAP System.
|
SapDiskConfigurationsAsync(SubscriptionResource, AzureLocation, SapDiskConfigurationsContent, CancellationToken) |
Get the SAP Disk Configuration Layout prod/non-prod SAP System.
|
SapSizingRecommendations(SubscriptionResource, AzureLocation, SapSizingRecommendationContent, CancellationToken) |
Get SAP sizing recommendations by providing input SAPS for application tier and memory required for database tier
|
SapSizingRecommendationsAsync(SubscriptionResource, AzureLocation, SapSizingRecommendationContent, CancellationToken) |
Get SAP sizing recommendations by providing input SAPS for application tier and memory required for database tier
|
SapSupportedSku(SubscriptionResource, AzureLocation, SapSupportedSkusContent, CancellationToken) |
Get a list of SAP supported SKUs for ASCS, Application and Database tier.
|
SapSupportedSkuAsync(SubscriptionResource, AzureLocation, SapSupportedSkusContent, CancellationToken) |
Get a list of SAP supported SKUs for ASCS, Application and Database tier.
|
Applies to
Azure SDK for .NET