Share via


AppServiceExtensions Class

Definition

A class to add extension methods to Azure.ResourceManager.AppService.

public static class AppServiceExtensions
type AppServiceExtensions = class
Public Module AppServiceExtensions
Inheritance
AppServiceExtensions

Methods

CheckAppServiceDomainRegistrationAvailability(SubscriptionResource, AppServiceDomainNameIdentifier, CancellationToken)

Description for Check if a domain is available for registration.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.DomainRegistration/checkDomainAvailability
  • Operation Id: Domains_CheckAvailability
  • Default Api Version: 2021-02-01
CheckAppServiceDomainRegistrationAvailabilityAsync(SubscriptionResource, AppServiceDomainNameIdentifier, CancellationToken)

Description for Check if a domain is available for registration.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.DomainRegistration/checkDomainAvailability
  • Operation Id: Domains_CheckAvailability
  • Default Api Version: 2021-02-01
CheckAppServiceNameAvailability(SubscriptionResource, ResourceNameAvailabilityContent, CancellationToken)

Description for Check if a resource name is available.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Web/checknameavailability
  • Operation Id: CheckNameAvailability
  • Default Api Version: 2021-02-01
CheckAppServiceNameAvailabilityAsync(SubscriptionResource, ResourceNameAvailabilityContent, CancellationToken)

Description for Check if a resource name is available.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Web/checknameavailability
  • Operation Id: CheckNameAvailability
  • Default Api Version: 2021-02-01
DisableAppServiceRecommendation(SubscriptionResource, String, CancellationToken)

Description for Disables the specified rule so it will not apply to a subscription in the future.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Web/recommendations/{name}/disable
  • Operation Id: Recommendations_DisableRecommendationForSubscription
  • Default Api Version: 2021-02-01
DisableAppServiceRecommendationAsync(SubscriptionResource, String, CancellationToken)

Description for Disables the specified rule so it will not apply to a subscription in the future.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Web/recommendations/{name}/disable
  • Operation Id: Recommendations_DisableRecommendationForSubscription
  • Default Api Version: 2021-02-01
GetAllResourceHealthMetadata(SubscriptionResource, CancellationToken)

Description for List all ResourceHealthMetadata for all sites in the subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Web/resourceHealthMetadata
  • Operation Id: ResourceHealthMetadata_List
  • Default Api Version: 2021-02-01
GetAllResourceHealthMetadataAsync(SubscriptionResource, CancellationToken)

Description for List all ResourceHealthMetadata for all sites in the subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Web/resourceHealthMetadata
  • Operation Id: ResourceHealthMetadata_List
  • Default Api Version: 2021-02-01
GetAllResourceHealthMetadataData(ResourceGroupResource, CancellationToken)

Description for List all ResourceHealthMetadata for all sites in the resource group in the subscription.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/resourceHealthMetadata
  • Operation Id: ResourceHealthMetadata_ListByResourceGroup
GetAllResourceHealthMetadataDataAsync(ResourceGroupResource, CancellationToken)

Description for List all ResourceHealthMetadata for all sites in the resource group in the subscription.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/resourceHealthMetadata
  • Operation Id: ResourceHealthMetadata_ListByResourceGroup
GetAllSiteIdentifierData(SubscriptionResource, AppServiceDomainNameIdentifier, CancellationToken)

Description for List all apps that are assigned to a hostname.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Web/listSitesAssignedToHostName
  • Operation Id: ListSiteIdentifiersAssignedToHostName
GetAllSiteIdentifierDataAsync(SubscriptionResource, AppServiceDomainNameIdentifier, CancellationToken)

Description for List all apps that are assigned to a hostname.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Web/listSitesAssignedToHostName
  • Operation Id: ListSiteIdentifiersAssignedToHostName
GetAppCertificate(ResourceGroupResource, String, CancellationToken)

Description for Get a certificate.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/certificates/{name}
  • Operation Id: Certificates_Get
  • Default Api Version: 2021-02-01
  • Resource: AppCertificateResource
GetAppCertificateAsync(ResourceGroupResource, String, CancellationToken)

Description for Get a certificate.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/certificates/{name}
  • Operation Id: Certificates_Get
  • Default Api Version: 2021-02-01
  • Resource: AppCertificateResource
GetAppCertificateResource(ArmClient, ResourceIdentifier)

Gets an object representing an AppCertificateResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create an AppCertificateResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetAppCertificateResource(ResourceIdentifier) instead.

GetAppCertificates(ResourceGroupResource)

Gets a collection of AppCertificateResources in the ResourceGroupResource. MockingTo mock this method, please mock GetAppCertificates() instead.

GetAppCertificates(SubscriptionResource, String, CancellationToken)

Description for Get all certificates for a subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Web/certificates
  • Operation Id: Certificates_List
  • Default Api Version: 2021-02-01
  • Resource: AppCertificateResource
GetAppCertificatesAsync(SubscriptionResource, String, CancellationToken)

Description for Get all certificates for a subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Web/certificates
  • Operation Id: Certificates_List
  • Default Api Version: 2021-02-01
  • Resource: AppCertificateResource
GetAppServiceCertificateOrder(ResourceGroupResource, String, CancellationToken)

Description for Get a certificate order.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CertificateRegistration/certificateOrders/{certificateOrderName}
  • Operation Id: AppServiceCertificateOrders_Get
  • Default Api Version: 2021-02-01
  • Resource: AppServiceCertificateOrderResource
GetAppServiceCertificateOrderAsync(ResourceGroupResource, String, CancellationToken)

Description for Get a certificate order.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CertificateRegistration/certificateOrders/{certificateOrderName}
  • Operation Id: AppServiceCertificateOrders_Get
  • Default Api Version: 2021-02-01
  • Resource: AppServiceCertificateOrderResource
GetAppServiceCertificateOrderResource(ArmClient, ResourceIdentifier)

Gets an object representing an AppServiceCertificateOrderResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create an AppServiceCertificateOrderResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetAppServiceCertificateOrderResource(ResourceIdentifier) instead.

GetAppServiceCertificateOrders(ResourceGroupResource)

Gets a collection of AppServiceCertificateOrderResources in the ResourceGroupResource. MockingTo mock this method, please mock GetAppServiceCertificateOrders() instead.

GetAppServiceCertificateOrders(SubscriptionResource, CancellationToken)

Description for List all certificate orders in a subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.CertificateRegistration/certificateOrders
  • Operation Id: AppServiceCertificateOrders_List
  • Default Api Version: 2021-02-01
  • Resource: AppServiceCertificateOrderResource
GetAppServiceCertificateOrdersAsync(SubscriptionResource, CancellationToken)

Description for List all certificate orders in a subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.CertificateRegistration/certificateOrders
  • Operation Id: AppServiceCertificateOrders_List
  • Default Api Version: 2021-02-01
  • Resource: AppServiceCertificateOrderResource
GetAppServiceCertificateResource(ArmClient, ResourceIdentifier)

Gets an object representing an AppServiceCertificateResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create an AppServiceCertificateResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetAppServiceCertificateResource(ResourceIdentifier) instead.

GetAppServiceDeploymentLocations(SubscriptionResource, CancellationToken)

Description for Gets list of available geo regions plus ministamps

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Web/deploymentLocations
  • Operation Id: GetSubscriptionDeploymentLocations
  • Default Api Version: 2021-02-01
GetAppServiceDeploymentLocationsAsync(SubscriptionResource, CancellationToken)

Description for Gets list of available geo regions plus ministamps

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Web/deploymentLocations
  • Operation Id: GetSubscriptionDeploymentLocations
  • Default Api Version: 2021-02-01
GetAppServiceDomain(ResourceGroupResource, String, CancellationToken)

Description for Get a domain.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DomainRegistration/domains/{domainName}
  • Operation Id: Domains_Get
  • Default Api Version: 2021-02-01
  • Resource: AppServiceDomainResource
GetAppServiceDomainAsync(ResourceGroupResource, String, CancellationToken)

Description for Get a domain.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DomainRegistration/domains/{domainName}
  • Operation Id: Domains_Get
  • Default Api Version: 2021-02-01
  • Resource: AppServiceDomainResource
GetAppServiceDomainRecommendations(SubscriptionResource, DomainRecommendationSearchContent, CancellationToken)

Description for Get domain name recommendations based on keywords.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.DomainRegistration/listDomainRecommendations
  • Operation Id: Domains_ListRecommendations
  • Default Api Version: 2021-02-01
GetAppServiceDomainRecommendationsAsync(SubscriptionResource, DomainRecommendationSearchContent, CancellationToken)

Description for Get domain name recommendations based on keywords.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.DomainRegistration/listDomainRecommendations
  • Operation Id: Domains_ListRecommendations
  • Default Api Version: 2021-02-01
GetAppServiceDomainResource(ArmClient, ResourceIdentifier)

Gets an object representing an AppServiceDomainResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create an AppServiceDomainResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetAppServiceDomainResource(ResourceIdentifier) instead.

GetAppServiceDomains(ResourceGroupResource)

Gets a collection of AppServiceDomainResources in the ResourceGroupResource. MockingTo mock this method, please mock GetAppServiceDomains() instead.

GetAppServiceDomains(SubscriptionResource, CancellationToken)

Description for Get all domains in a subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.DomainRegistration/domains
  • Operation Id: Domains_List
  • Default Api Version: 2021-02-01
  • Resource: AppServiceDomainResource
GetAppServiceDomainsAsync(SubscriptionResource, CancellationToken)

Description for Get all domains in a subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.DomainRegistration/domains
  • Operation Id: Domains_List
  • Default Api Version: 2021-02-01
  • Resource: AppServiceDomainResource
GetAppServiceEnvironment(ResourceGroupResource, String, CancellationToken)

Description for Get the properties of an App Service Environment.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/hostingEnvironments/{name}
  • Operation Id: AppServiceEnvironments_Get
  • Default Api Version: 2021-02-01
  • Resource: AppServiceEnvironmentResource
GetAppServiceEnvironmentAsync(ResourceGroupResource, String, CancellationToken)

Description for Get the properties of an App Service Environment.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/hostingEnvironments/{name}
  • Operation Id: AppServiceEnvironments_Get
  • Default Api Version: 2021-02-01
  • Resource: AppServiceEnvironmentResource
GetAppServiceEnvironmentResource(ArmClient, ResourceIdentifier)

Gets an object representing an AppServiceEnvironmentResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create an AppServiceEnvironmentResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetAppServiceEnvironmentResource(ResourceIdentifier) instead.

GetAppServiceEnvironments(ResourceGroupResource)

Gets a collection of AppServiceEnvironmentResources in the ResourceGroupResource. MockingTo mock this method, please mock GetAppServiceEnvironments() instead.

GetAppServiceEnvironments(SubscriptionResource, CancellationToken)

Description for Get all App Service Environments for a subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Web/hostingEnvironments
  • Operation Id: AppServiceEnvironments_List
  • Default Api Version: 2021-02-01
  • Resource: AppServiceEnvironmentResource
GetAppServiceEnvironmentsAsync(SubscriptionResource, CancellationToken)

Description for Get all App Service Environments for a subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Web/hostingEnvironments
  • Operation Id: AppServiceEnvironments_List
  • Default Api Version: 2021-02-01
  • Resource: AppServiceEnvironmentResource
GetAppServicePlan(ResourceGroupResource, String, CancellationToken)

Description for Get an App Service plan.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/serverfarms/{name}
  • Operation Id: AppServicePlans_Get
  • Default Api Version: 2021-02-01
  • Resource: AppServicePlanResource
GetAppServicePlanAsync(ResourceGroupResource, String, CancellationToken)

Description for Get an App Service plan.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/serverfarms/{name}
  • Operation Id: AppServicePlans_Get
  • Default Api Version: 2021-02-01
  • Resource: AppServicePlanResource
GetAppServicePlanHybridConnectionNamespaceRelayResource(ArmClient, ResourceIdentifier)

Gets an object representing an AppServicePlanHybridConnectionNamespaceRelayResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String, String) to create an AppServicePlanHybridConnectionNamespaceRelayResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetAppServicePlanHybridConnectionNamespaceRelayResource(ResourceIdentifier) instead.

GetAppServicePlanResource(ArmClient, ResourceIdentifier)

Gets an object representing an AppServicePlanResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create an AppServicePlanResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetAppServicePlanResource(ResourceIdentifier) instead.

GetAppServicePlans(ResourceGroupResource)

Gets a collection of AppServicePlanResources in the ResourceGroupResource. MockingTo mock this method, please mock GetAppServicePlans() instead.

GetAppServicePlans(SubscriptionResource, Nullable<Boolean>, CancellationToken)

Description for Get all App Service plans for a subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Web/serverfarms
  • Operation Id: AppServicePlans_List
  • Default Api Version: 2021-02-01
  • Resource: AppServicePlanResource
GetAppServicePlansAsync(SubscriptionResource, Nullable<Boolean>, CancellationToken)

Description for Get all App Service plans for a subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Web/serverfarms
  • Operation Id: AppServicePlans_List
  • Default Api Version: 2021-02-01
  • Resource: AppServicePlanResource
GetAppServicePlanVirtualNetworkConnectionGatewayResource(ArmClient, ResourceIdentifier)

Gets an object representing an AppServicePlanVirtualNetworkConnectionGatewayResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String, String) to create an AppServicePlanVirtualNetworkConnectionGatewayResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetAppServicePlanVirtualNetworkConnectionGatewayResource(ResourceIdentifier) instead.

GetAppServicePlanVirtualNetworkConnectionResource(ArmClient, ResourceIdentifier)

Gets an object representing an AppServicePlanVirtualNetworkConnectionResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create an AppServicePlanVirtualNetworkConnectionResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetAppServicePlanVirtualNetworkConnectionResource(ResourceIdentifier) instead.

GetAppServiceSourceControl(TenantResource, String, CancellationToken)

Description for Gets source control token

  • Request Path: /providers/Microsoft.Web/sourcecontrols/{sourceControlType}
  • Operation Id: GetSourceControl
  • Default Api Version: 2021-02-01
  • Resource: AppServiceSourceControlResource
GetAppServiceSourceControlAsync(TenantResource, String, CancellationToken)

Description for Gets source control token

  • Request Path: /providers/Microsoft.Web/sourcecontrols/{sourceControlType}
  • Operation Id: GetSourceControl
  • Default Api Version: 2021-02-01
  • Resource: AppServiceSourceControlResource
GetAppServiceSourceControlResource(ArmClient, ResourceIdentifier)

Gets an object representing an AppServiceSourceControlResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String) to create an AppServiceSourceControlResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetAppServiceSourceControlResource(ResourceIdentifier) instead.

GetAppServiceSourceControls(TenantResource)

Gets a collection of AppServiceSourceControlResources in the TenantResource. MockingTo mock this method, please mock GetAppServiceSourceControls() instead.

GetAseV3NetworkingConfigurationResource(ArmClient, ResourceIdentifier)

Gets an object representing an AseV3NetworkingConfigurationResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create an AseV3NetworkingConfigurationResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetAseV3NetworkingConfigurationResource(ResourceIdentifier) instead.

GetAvailableStacksOnPremProviders(SubscriptionResource, Nullable<ProviderOSTypeSelected>, CancellationToken)

Description for Get available application frameworks and their versions

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Web/availableStacks
  • Operation Id: Provider_GetAvailableStacksOnPrem
  • Default Api Version: 2021-02-01
GetAvailableStacksOnPremProvidersAsync(SubscriptionResource, Nullable<ProviderOSTypeSelected>, CancellationToken)

Description for Get available application frameworks and their versions

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Web/availableStacks
  • Operation Id: Provider_GetAvailableStacksOnPrem
  • Default Api Version: 2021-02-01
GetAvailableStacksProviders(TenantResource, Nullable<ProviderOSTypeSelected>, CancellationToken)

Description for Get available application frameworks and their versions

  • Request Path: /providers/Microsoft.Web/availableStacks
  • Operation Id: Provider_GetAvailableStacks
  • Default Api Version: 2021-02-01
GetAvailableStacksProvidersAsync(TenantResource, Nullable<ProviderOSTypeSelected>, CancellationToken)

Description for Get available application frameworks and their versions

  • Request Path: /providers/Microsoft.Web/availableStacks
  • Operation Id: Provider_GetAvailableStacks
  • Default Api Version: 2021-02-01
GetBillingMeters(SubscriptionResource, String, String, CancellationToken)

Description for Gets a list of meters for a given location.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Web/billingMeters
  • Operation Id: ListBillingMeters
  • Default Api Version: 2021-02-01
GetBillingMetersAsync(SubscriptionResource, String, String, CancellationToken)

Description for Gets a list of meters for a given location.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Web/billingMeters
  • Operation Id: ListBillingMeters
  • Default Api Version: 2021-02-01
GetCertificateOrderDetectorResource(ArmClient, ResourceIdentifier)

Gets an object representing a CertificateOrderDetectorResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a CertificateOrderDetectorResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetCertificateOrderDetectorResource(ResourceIdentifier) instead.

GetControlCenterSsoRequestDomain(SubscriptionResource, CancellationToken)

Description for Generate a single sign-on request for the domain management portal.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.DomainRegistration/generateSsoRequest
  • Operation Id: Domains_GetControlCenterSsoRequest
  • Default Api Version: 2021-02-01
GetControlCenterSsoRequestDomainAsync(SubscriptionResource, CancellationToken)

Description for Generate a single sign-on request for the domain management portal.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.DomainRegistration/generateSsoRequest
  • Operation Id: Domains_GetControlCenterSsoRequest
  • Default Api Version: 2021-02-01
GetDeletedSite(SubscriptionResource, String, CancellationToken)

Description for Get deleted app for a subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Web/deletedSites/{deletedSiteId}
  • Operation Id: Global_GetDeletedWebApp
  • Default Api Version: 2021-02-01
  • Resource: DeletedSiteResource
GetDeletedSiteAsync(SubscriptionResource, String, CancellationToken)

Description for Get deleted app for a subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Web/deletedSites/{deletedSiteId}
  • Operation Id: Global_GetDeletedWebApp
  • Default Api Version: 2021-02-01
  • Resource: DeletedSiteResource
GetDeletedSiteResource(ArmClient, ResourceIdentifier)

Gets an object representing a DeletedSiteResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String) to create a DeletedSiteResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetDeletedSiteResource(ResourceIdentifier) instead.

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

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Web/locations/{location}/deletedSites
  • Operation Id: DeletedWebApps_ListByLocation
  • Default Api Version: 2021-02-01
  • Resource: DeletedSiteResource
GetDeletedSitesByLocationAsync(SubscriptionResource, AzureLocation, CancellationToken)

Description for Get all deleted apps for a subscription at location

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Web/locations/{location}/deletedSites
  • Operation Id: DeletedWebApps_ListByLocation
  • Default Api Version: 2021-02-01
  • Resource: DeletedSiteResource
GetDeletedWebAppByLocationDeletedWebApp(SubscriptionResource, AzureLocation, String, CancellationToken)

Description for Get deleted app for a subscription at location.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Web/locations/{location}/deletedSites/{deletedSiteId}
  • Operation Id: DeletedWebApps_GetDeletedWebAppByLocation
  • Default Api Version: 2021-02-01
  • Resource: DeletedSiteResource
GetDeletedWebAppByLocationDeletedWebAppAsync(SubscriptionResource, AzureLocation, String, CancellationToken)

Description for Get deleted app for a subscription at location.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Web/locations/{location}/deletedSites/{deletedSiteId}
  • Operation Id: DeletedWebApps_GetDeletedWebAppByLocation
  • Default Api Version: 2021-02-01
  • Resource: DeletedSiteResource
GetDomainOwnershipIdentifierResource(ArmClient, ResourceIdentifier)

Gets an object representing a DomainOwnershipIdentifierResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a DomainOwnershipIdentifierResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetDomainOwnershipIdentifierResource(ResourceIdentifier) instead.

GetFunctionAppStacksForLocationProviders(TenantResource, AzureLocation, Nullable<ProviderStackOSType>, CancellationToken)

Description for Get available Function app frameworks and their versions for location

  • Request Path: /providers/Microsoft.Web/locations/{location}/functionAppStacks
  • Operation Id: Provider_GetFunctionAppStacksForLocation
  • Default Api Version: 2021-02-01
GetFunctionAppStacksForLocationProvidersAsync(TenantResource, AzureLocation, Nullable<ProviderStackOSType>, CancellationToken)

Description for Get available Function app frameworks and their versions for location

  • Request Path: /providers/Microsoft.Web/locations/{location}/functionAppStacks
  • Operation Id: Provider_GetFunctionAppStacksForLocation
  • Default Api Version: 2021-02-01
GetFunctionAppStacksProviders(TenantResource, Nullable<ProviderStackOSType>, CancellationToken)

Description for Get available Function app frameworks and their versions

  • Request Path: /providers/Microsoft.Web/functionAppStacks
  • Operation Id: Provider_GetFunctionAppStacks
  • Default Api Version: 2021-02-01
GetFunctionAppStacksProvidersAsync(TenantResource, Nullable<ProviderStackOSType>, CancellationToken)

Description for Get available Function app frameworks and their versions

  • Request Path: /providers/Microsoft.Web/functionAppStacks
  • Operation Id: Provider_GetFunctionAppStacks
  • Default Api Version: 2021-02-01
GetGeoRegions(SubscriptionResource, Nullable<AppServiceSkuName>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, CancellationToken)

Description for Get a list of available geographical regions.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Web/geoRegions
  • Operation Id: ListGeoRegions
  • Default Api Version: 2021-02-01
GetGeoRegionsAsync(SubscriptionResource, Nullable<AppServiceSkuName>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, CancellationToken)

Description for Get a list of available geographical regions.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Web/geoRegions
  • Operation Id: ListGeoRegions
  • Default Api Version: 2021-02-01
GetHostingEnvironmentDetectorResource(ArmClient, ResourceIdentifier)

Gets an object representing a HostingEnvironmentDetectorResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a HostingEnvironmentDetectorResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetHostingEnvironmentDetectorResource(ResourceIdentifier) instead.

GetHostingEnvironmentMultiRolePoolResource(ArmClient, ResourceIdentifier)

Gets an object representing a HostingEnvironmentMultiRolePoolResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create a HostingEnvironmentMultiRolePoolResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetHostingEnvironmentMultiRolePoolResource(ResourceIdentifier) instead.

GetHostingEnvironmentPrivateEndpointConnectionResource(ArmClient, ResourceIdentifier)

Gets an object representing a HostingEnvironmentPrivateEndpointConnectionResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a HostingEnvironmentPrivateEndpointConnectionResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetHostingEnvironmentPrivateEndpointConnectionResource(ResourceIdentifier) instead.

GetHostingEnvironmentRecommendationResource(ArmClient, ResourceIdentifier)

Gets an object representing a HostingEnvironmentRecommendationResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a HostingEnvironmentRecommendationResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetHostingEnvironmentRecommendationResource(ResourceIdentifier) instead.

GetHostingEnvironmentWorkerPoolResource(ArmClient, ResourceIdentifier)

Gets an object representing a HostingEnvironmentWorkerPoolResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a HostingEnvironmentWorkerPoolResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetHostingEnvironmentWorkerPoolResource(ResourceIdentifier) instead.

GetHybridConnectionLimitResource(ArmClient, ResourceIdentifier)

Gets an object representing a HybridConnectionLimitResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create a HybridConnectionLimitResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetHybridConnectionLimitResource(ResourceIdentifier) instead.

GetKubeEnvironment(ResourceGroupResource, String, CancellationToken)

Description for Get the properties of a Kubernetes Environment.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/kubeEnvironments/{name}
  • Operation Id: KubeEnvironments_Get
  • Default Api Version: 2021-02-01
  • Resource: KubeEnvironmentResource
GetKubeEnvironmentAsync(ResourceGroupResource, String, CancellationToken)

Description for Get the properties of a Kubernetes Environment.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/kubeEnvironments/{name}
  • Operation Id: KubeEnvironments_Get
  • Default Api Version: 2021-02-01
  • Resource: KubeEnvironmentResource
GetKubeEnvironmentResource(ArmClient, ResourceIdentifier)

Gets an object representing a KubeEnvironmentResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create a KubeEnvironmentResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetKubeEnvironmentResource(ResourceIdentifier) instead.

GetKubeEnvironments(ResourceGroupResource)

Gets a collection of KubeEnvironmentResources in the ResourceGroupResource. MockingTo mock this method, please mock GetKubeEnvironments() instead.

GetKubeEnvironments(SubscriptionResource, CancellationToken)

Description for Get all Kubernetes Environments for a subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Web/kubeEnvironments
  • Operation Id: KubeEnvironments_ListBySubscription
  • Default Api Version: 2021-02-01
  • Resource: KubeEnvironmentResource
GetKubeEnvironmentsAsync(SubscriptionResource, CancellationToken)

Description for Get all Kubernetes Environments for a subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Web/kubeEnvironments
  • Operation Id: KubeEnvironments_ListBySubscription
  • Default Api Version: 2021-02-01
  • Resource: KubeEnvironmentResource
GetLogsSiteConfigResource(ArmClient, ResourceIdentifier)

Gets an object representing a LogsSiteConfigResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create a LogsSiteConfigResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetLogsSiteConfigResource(ResourceIdentifier) instead.

GetLogsSiteSlotConfigResource(ArmClient, ResourceIdentifier)

Gets an object representing a LogsSiteSlotConfigResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a LogsSiteSlotConfigResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetLogsSiteSlotConfigResource(ResourceIdentifier) instead.

GetMigrateMySqlStatusResource(ArmClient, ResourceIdentifier)

Gets an object representing a MigrateMySqlStatusResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a MigrateMySqlStatusResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetMigrateMySqlStatusResource(ResourceIdentifier) instead.

GetNetworkFeatureResource(ArmClient, ResourceIdentifier)

Gets an object representing a NetworkFeatureResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String, String) to create a NetworkFeatureResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetNetworkFeatureResource(ResourceIdentifier) instead.

GetOperationsCertificateRegistrationProviders(TenantResource, CancellationToken)

Description for Implements Csm operations Api to exposes the list of available Csm Apis under the resource provider

  • Request Path: /providers/Microsoft.CertificateRegistration/operations
  • Operation Id: CertificateRegistrationProvider_ListOperations
  • Default Api Version: 2021-02-01
GetOperationsCertificateRegistrationProvidersAsync(TenantResource, CancellationToken)

Description for Implements Csm operations Api to exposes the list of available Csm Apis under the resource provider

  • Request Path: /providers/Microsoft.CertificateRegistration/operations
  • Operation Id: CertificateRegistrationProvider_ListOperations
  • Default Api Version: 2021-02-01
GetOperationsDomainRegistrationProviders(TenantResource, CancellationToken)

Description for Implements Csm operations Api to exposes the list of available Csm Apis under the resource provider

  • Request Path: /providers/Microsoft.DomainRegistration/operations
  • Operation Id: DomainRegistrationProvider_ListOperations
  • Default Api Version: 2021-02-01
GetOperationsDomainRegistrationProvidersAsync(TenantResource, CancellationToken)

Description for Implements Csm operations Api to exposes the list of available Csm Apis under the resource provider

  • Request Path: /providers/Microsoft.DomainRegistration/operations
  • Operation Id: DomainRegistrationProvider_ListOperations
  • Default Api Version: 2021-02-01
GetOperationsProviders(TenantResource, CancellationToken)

Description for Gets all available operations for the Microsoft.Web resource provider. Also exposes resource metric definitions

  • Request Path: /providers/Microsoft.Web/operations
  • Operation Id: Provider_ListOperations
  • Default Api Version: 2021-02-01
GetOperationsProvidersAsync(TenantResource, CancellationToken)

Description for Gets all available operations for the Microsoft.Web resource provider. Also exposes resource metric definitions

  • Request Path: /providers/Microsoft.Web/operations
  • Operation Id: Provider_ListOperations
  • Default Api Version: 2021-02-01
GetPremierAddOnOffers(SubscriptionResource, CancellationToken)

Description for List all premier add-on offers.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Web/premieraddonoffers
  • Operation Id: ListPremierAddOnOffers
  • Default Api Version: 2021-02-01
GetPremierAddOnOffersAsync(SubscriptionResource, CancellationToken)

Description for List all premier add-on offers.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Web/premieraddonoffers
  • Operation Id: ListPremierAddOnOffers
  • Default Api Version: 2021-02-01
GetPublishingUser(TenantResource)

Gets an object representing a PublishingUserResource along with the instance operations that can be performed on it in the TenantResource. MockingTo mock this method, please mock GetPublishingUser() instead.

GetPublishingUserResource(ArmClient, ResourceIdentifier)

Gets an object representing a PublishingUserResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier() to create a PublishingUserResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetPublishingUserResource(ResourceIdentifier) instead.

GetRecommendations(SubscriptionResource, Nullable<Boolean>, String, CancellationToken)

Description for List all recommendations for a subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Web/recommendations
  • Operation Id: Recommendations_List
  • Default Api Version: 2021-02-01
GetRecommendationsAsync(SubscriptionResource, Nullable<Boolean>, String, CancellationToken)

Description for List all recommendations for a subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Web/recommendations
  • Operation Id: Recommendations_List
  • Default Api Version: 2021-02-01
GetScmSiteBasicPublishingCredentialsPolicyResource(ArmClient, ResourceIdentifier)

Gets an object representing a ScmSiteBasicPublishingCredentialsPolicyResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create a ScmSiteBasicPublishingCredentialsPolicyResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetScmSiteBasicPublishingCredentialsPolicyResource(ResourceIdentifier) instead.

GetScmSiteSlotBasicPublishingCredentialsPolicyResource(ArmClient, ResourceIdentifier)

Gets an object representing a ScmSiteSlotBasicPublishingCredentialsPolicyResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a ScmSiteSlotBasicPublishingCredentialsPolicyResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetScmSiteSlotBasicPublishingCredentialsPolicyResource(ResourceIdentifier) instead.

GetSiteBackupResource(ArmClient, ResourceIdentifier)

Gets an object representing a SiteBackupResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a SiteBackupResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetSiteBackupResource(ResourceIdentifier) instead.

GetSiteConfigAppsettingResource(ArmClient, ResourceIdentifier)

Gets an object representing a SiteConfigAppsettingResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a SiteConfigAppsettingResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetSiteConfigAppsettingResource(ResourceIdentifier) instead.

GetSiteConfigSnapshotResource(ArmClient, ResourceIdentifier)

Gets an object representing a SiteConfigSnapshotResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a SiteConfigSnapshotResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetSiteConfigSnapshotResource(ResourceIdentifier) instead.

GetSiteDeploymentResource(ArmClient, ResourceIdentifier)

Gets an object representing a SiteDeploymentResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a SiteDeploymentResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetSiteDeploymentResource(ResourceIdentifier) instead.

GetSiteDetectorResource(ArmClient, ResourceIdentifier)

Gets an object representing a SiteDetectorResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a SiteDetectorResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetSiteDetectorResource(ResourceIdentifier) instead.

GetSiteDiagnosticAnalysisResource(ArmClient, ResourceIdentifier)

Gets an object representing a SiteDiagnosticAnalysisResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String, String) to create a SiteDiagnosticAnalysisResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetSiteDiagnosticAnalysisResource(ResourceIdentifier) instead.

GetSiteDiagnosticDetectorResource(ArmClient, ResourceIdentifier)

Gets an object representing a SiteDiagnosticDetectorResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String, String) to create a SiteDiagnosticDetectorResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetSiteDiagnosticDetectorResource(ResourceIdentifier) instead.

GetSiteDiagnosticResource(ArmClient, ResourceIdentifier)

Gets an object representing a SiteDiagnosticResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a SiteDiagnosticResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetSiteDiagnosticResource(ResourceIdentifier) instead.

GetSiteDomainOwnershipIdentifierResource(ArmClient, ResourceIdentifier)

Gets an object representing a SiteDomainOwnershipIdentifierResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a SiteDomainOwnershipIdentifierResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetSiteDomainOwnershipIdentifierResource(ResourceIdentifier) instead.

GetSiteExtensionResource(ArmClient, ResourceIdentifier)

Gets an object representing a SiteExtensionResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create a SiteExtensionResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetSiteExtensionResource(ResourceIdentifier) instead.

GetSiteFunctionResource(ArmClient, ResourceIdentifier)

Gets an object representing a SiteFunctionResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a SiteFunctionResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetSiteFunctionResource(ResourceIdentifier) instead.

GetSiteHostNameBindingResource(ArmClient, ResourceIdentifier)

Gets an object representing a SiteHostNameBindingResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a SiteHostNameBindingResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetSiteHostNameBindingResource(ResourceIdentifier) instead.

GetSiteHybridConnectionNamespaceRelayResource(ArmClient, ResourceIdentifier)

Gets an object representing a SiteHybridConnectionNamespaceRelayResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String, String) to create a SiteHybridConnectionNamespaceRelayResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetSiteHybridConnectionNamespaceRelayResource(ResourceIdentifier) instead.

GetSiteInstanceExtensionResource(ArmClient, ResourceIdentifier)

Gets an object representing a SiteInstanceExtensionResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a SiteInstanceExtensionResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetSiteInstanceExtensionResource(ResourceIdentifier) instead.

GetSiteInstanceProcessModuleResource(ArmClient, ResourceIdentifier)

Gets an object representing a SiteInstanceProcessModuleResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String, String, String) to create a SiteInstanceProcessModuleResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetSiteInstanceProcessModuleResource(ResourceIdentifier) instead.

GetSiteInstanceProcessResource(ArmClient, ResourceIdentifier)

Gets an object representing a SiteInstanceProcessResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String, String) to create a SiteInstanceProcessResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetSiteInstanceProcessResource(ResourceIdentifier) instead.

GetSiteInstanceResource(ArmClient, ResourceIdentifier)

Gets an object representing a SiteInstanceResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a SiteInstanceResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetSiteInstanceResource(ResourceIdentifier) instead.

GetSiteNetworkConfigResource(ArmClient, ResourceIdentifier)

Gets an object representing a SiteNetworkConfigResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create a SiteNetworkConfigResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetSiteNetworkConfigResource(ResourceIdentifier) instead.

GetSitePrivateEndpointConnectionResource(ArmClient, ResourceIdentifier)

Gets an object representing a SitePrivateEndpointConnectionResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a SitePrivateEndpointConnectionResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetSitePrivateEndpointConnectionResource(ResourceIdentifier) instead.

GetSiteProcessModuleResource(ArmClient, ResourceIdentifier)

Gets an object representing a SiteProcessModuleResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String, String) to create a SiteProcessModuleResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetSiteProcessModuleResource(ResourceIdentifier) instead.

GetSiteProcessResource(ArmClient, ResourceIdentifier)

Gets an object representing a SiteProcessResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a SiteProcessResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetSiteProcessResource(ResourceIdentifier) instead.

GetSitePublicCertificateResource(ArmClient, ResourceIdentifier)

Gets an object representing a SitePublicCertificateResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a SitePublicCertificateResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetSitePublicCertificateResource(ResourceIdentifier) instead.

GetSiteRecommendationResource(ArmClient, ResourceIdentifier)

Gets an object representing a SiteRecommendationResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a SiteRecommendationResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetSiteRecommendationResource(ResourceIdentifier) instead.

GetSiteSlotBackupResource(ArmClient, ResourceIdentifier)

Gets an object representing a SiteSlotBackupResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String, String) to create a SiteSlotBackupResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetSiteSlotBackupResource(ResourceIdentifier) instead.

GetSiteSlotConfigSnapshotResource(ArmClient, ResourceIdentifier)

Gets an object representing a SiteSlotConfigSnapshotResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String, String) to create a SiteSlotConfigSnapshotResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetSiteSlotConfigSnapshotResource(ResourceIdentifier) instead.

GetSiteSlotDeploymentResource(ArmClient, ResourceIdentifier)

Gets an object representing a SiteSlotDeploymentResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String, String) to create a SiteSlotDeploymentResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetSiteSlotDeploymentResource(ResourceIdentifier) instead.

GetSiteSlotDetectorResource(ArmClient, ResourceIdentifier)

Gets an object representing a SiteSlotDetectorResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String, String) to create a SiteSlotDetectorResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetSiteSlotDetectorResource(ResourceIdentifier) instead.

GetSiteSlotDiagnosticAnalysisResource(ArmClient, ResourceIdentifier)

Gets an object representing a SiteSlotDiagnosticAnalysisResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String, String, String) to create a SiteSlotDiagnosticAnalysisResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetSiteSlotDiagnosticAnalysisResource(ResourceIdentifier) instead.

GetSiteSlotDiagnosticDetectorResource(ArmClient, ResourceIdentifier)

Gets an object representing a SiteSlotDiagnosticDetectorResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String, String, String) to create a SiteSlotDiagnosticDetectorResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetSiteSlotDiagnosticDetectorResource(ResourceIdentifier) instead.

GetSiteSlotDiagnosticResource(ArmClient, ResourceIdentifier)

Gets an object representing a SiteSlotDiagnosticResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String, String) to create a SiteSlotDiagnosticResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetSiteSlotDiagnosticResource(ResourceIdentifier) instead.

GetSiteSlotDomainOwnershipIdentifierResource(ArmClient, ResourceIdentifier)

Gets an object representing a SiteSlotDomainOwnershipIdentifierResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String, String) to create a SiteSlotDomainOwnershipIdentifierResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetSiteSlotDomainOwnershipIdentifierResource(ResourceIdentifier) instead.

GetSiteSlotExtensionResource(ArmClient, ResourceIdentifier)

Gets an object representing a SiteSlotExtensionResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a SiteSlotExtensionResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetSiteSlotExtensionResource(ResourceIdentifier) instead.

GetSiteSlotFunctionResource(ArmClient, ResourceIdentifier)

Gets an object representing a SiteSlotFunctionResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String, String) to create a SiteSlotFunctionResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetSiteSlotFunctionResource(ResourceIdentifier) instead.

GetSiteSlotHostNameBindingResource(ArmClient, ResourceIdentifier)

Gets an object representing a SiteSlotHostNameBindingResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String, String) to create a SiteSlotHostNameBindingResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetSiteSlotHostNameBindingResource(ResourceIdentifier) instead.

GetSiteSlotHybridConnectionNamespaceRelayResource(ArmClient, ResourceIdentifier)

Gets an object representing a SiteSlotHybridConnectionNamespaceRelayResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String, String, String) to create a SiteSlotHybridConnectionNamespaceRelayResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetSiteSlotHybridConnectionNamespaceRelayResource(ResourceIdentifier) instead.

GetSiteSlotInstanceExtensionResource(ArmClient, ResourceIdentifier)

Gets an object representing a SiteSlotInstanceExtensionResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String, String) to create a SiteSlotInstanceExtensionResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetSiteSlotInstanceExtensionResource(ResourceIdentifier) instead.

GetSiteSlotInstanceProcessModuleResource(ArmClient, ResourceIdentifier)

Gets an object representing a SiteSlotInstanceProcessModuleResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String, String, String, String) to create a SiteSlotInstanceProcessModuleResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetSiteSlotInstanceProcessModuleResource(ResourceIdentifier) instead.

GetSiteSlotInstanceProcessResource(ArmClient, ResourceIdentifier)

Gets an object representing a SiteSlotInstanceProcessResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String, String, String) to create a SiteSlotInstanceProcessResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetSiteSlotInstanceProcessResource(ResourceIdentifier) instead.

GetSiteSlotInstanceResource(ArmClient, ResourceIdentifier)

Gets an object representing a SiteSlotInstanceResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String, String) to create a SiteSlotInstanceResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetSiteSlotInstanceResource(ResourceIdentifier) instead.

GetSiteSlotNetworkConfigResource(ArmClient, ResourceIdentifier)

Gets an object representing a SiteSlotNetworkConfigResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a SiteSlotNetworkConfigResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetSiteSlotNetworkConfigResource(ResourceIdentifier) instead.

GetSiteSlotPrivateEndpointConnectionResource(ArmClient, ResourceIdentifier)

Gets an object representing a SiteSlotPrivateEndpointConnectionResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String, String) to create a SiteSlotPrivateEndpointConnectionResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetSiteSlotPrivateEndpointConnectionResource(ResourceIdentifier) instead.

GetSiteSlotProcessModuleResource(ArmClient, ResourceIdentifier)

Gets an object representing a SiteSlotProcessModuleResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String, String, String) to create a SiteSlotProcessModuleResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetSiteSlotProcessModuleResource(ResourceIdentifier) instead.

GetSiteSlotProcessResource(ArmClient, ResourceIdentifier)

Gets an object representing a SiteSlotProcessResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String, String) to create a SiteSlotProcessResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetSiteSlotProcessResource(ResourceIdentifier) instead.

GetSiteSlotVirtualNetworkConnectionGatewayResource(ArmClient, ResourceIdentifier)

Gets an object representing a SiteSlotVirtualNetworkConnectionGatewayResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String, String, String) to create a SiteSlotVirtualNetworkConnectionGatewayResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetSiteSlotVirtualNetworkConnectionGatewayResource(ResourceIdentifier) instead.

GetSiteSlotVirtualNetworkConnectionResource(ArmClient, ResourceIdentifier)

Gets an object representing a SiteSlotVirtualNetworkConnectionResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String, String) to create a SiteSlotVirtualNetworkConnectionResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetSiteSlotVirtualNetworkConnectionResource(ResourceIdentifier) instead.

GetSiteVirtualNetworkConnectionGatewayResource(ArmClient, ResourceIdentifier)

Gets an object representing a SiteVirtualNetworkConnectionGatewayResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String, String) to create a SiteVirtualNetworkConnectionGatewayResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetSiteVirtualNetworkConnectionGatewayResource(ResourceIdentifier) instead.

GetSiteVirtualNetworkConnectionResource(ArmClient, ResourceIdentifier)

Gets an object representing a SiteVirtualNetworkConnectionResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a SiteVirtualNetworkConnectionResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetSiteVirtualNetworkConnectionResource(ResourceIdentifier) instead.

GetSkus(SubscriptionResource, CancellationToken)

Description for List all SKUs.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Web/skus
  • Operation Id: ListSkus
  • Default Api Version: 2021-02-01
GetSkusAsync(SubscriptionResource, CancellationToken)

Description for List all SKUs.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Web/skus
  • Operation Id: ListSkus
  • Default Api Version: 2021-02-01
GetSlotConfigNamesResource(ArmClient, ResourceIdentifier)

Gets an object representing a SlotConfigNamesResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create a SlotConfigNamesResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetSlotConfigNamesResource(ResourceIdentifier) instead.

GetStaticSite(ResourceGroupResource, String, CancellationToken)

Description for Gets the details of a static site.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/staticSites/{name}
  • Operation Id: StaticSites_GetStaticSite
  • Default Api Version: 2021-02-01
  • Resource: StaticSiteResource
GetStaticSiteAsync(ResourceGroupResource, String, CancellationToken)

Description for Gets the details of a static site.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/staticSites/{name}
  • Operation Id: StaticSites_GetStaticSite
  • Default Api Version: 2021-02-01
  • Resource: StaticSiteResource
GetStaticSiteBuildResource(ArmClient, ResourceIdentifier)

Gets an object representing a StaticSiteBuildResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a StaticSiteBuildResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetStaticSiteBuildResource(ResourceIdentifier) instead.

GetStaticSiteBuildUserProvidedFunctionAppResource(ArmClient, ResourceIdentifier)

Gets an object representing a StaticSiteBuildUserProvidedFunctionAppResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String, String) to create a StaticSiteBuildUserProvidedFunctionAppResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetStaticSiteBuildUserProvidedFunctionAppResource(ResourceIdentifier) instead.

GetStaticSiteCustomDomainOverviewResource(ArmClient, ResourceIdentifier)

Gets an object representing a StaticSiteCustomDomainOverviewResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a StaticSiteCustomDomainOverviewResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetStaticSiteCustomDomainOverviewResource(ResourceIdentifier) instead.

GetStaticSitePrivateEndpointConnectionResource(ArmClient, ResourceIdentifier)

Gets an object representing a StaticSitePrivateEndpointConnectionResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a StaticSitePrivateEndpointConnectionResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetStaticSitePrivateEndpointConnectionResource(ResourceIdentifier) instead.

GetStaticSiteResource(ArmClient, ResourceIdentifier)

Gets an object representing a StaticSiteResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create a StaticSiteResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetStaticSiteResource(ResourceIdentifier) instead.

GetStaticSites(ResourceGroupResource)

Gets a collection of StaticSiteResources in the ResourceGroupResource. MockingTo mock this method, please mock GetStaticSites() instead.

GetStaticSites(SubscriptionResource, CancellationToken)

Description for Get all Static Sites for a subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Web/staticSites
  • Operation Id: StaticSites_List
  • Default Api Version: 2021-02-01
  • Resource: StaticSiteResource
GetStaticSitesAsync(SubscriptionResource, CancellationToken)

Description for Get all Static Sites for a subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Web/staticSites
  • Operation Id: StaticSites_List
  • Default Api Version: 2021-02-01
  • Resource: StaticSiteResource
GetStaticSiteUserProvidedFunctionAppResource(ArmClient, ResourceIdentifier)

Gets an object representing a StaticSiteUserProvidedFunctionAppResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a StaticSiteUserProvidedFunctionAppResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetStaticSiteUserProvidedFunctionAppResource(ResourceIdentifier) instead.

GetTopLevelDomain(SubscriptionResource, String, CancellationToken)

Description for Get details of a top-level domain.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.DomainRegistration/topLevelDomains/{name}
  • Operation Id: TopLevelDomains_Get
  • Default Api Version: 2021-02-01
  • Resource: TopLevelDomainResource
GetTopLevelDomainAsync(SubscriptionResource, String, CancellationToken)

Description for Get details of a top-level domain.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.DomainRegistration/topLevelDomains/{name}
  • Operation Id: TopLevelDomains_Get
  • Default Api Version: 2021-02-01
  • Resource: TopLevelDomainResource
GetTopLevelDomainResource(ArmClient, ResourceIdentifier)

Gets an object representing a TopLevelDomainResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String) to create a TopLevelDomainResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetTopLevelDomainResource(ResourceIdentifier) instead.

GetTopLevelDomains(SubscriptionResource)

Gets a collection of TopLevelDomainResources in the SubscriptionResource. MockingTo mock this method, please mock GetTopLevelDomains() instead.

GetWebAppStacksByLocation(TenantResource, AzureLocation, Nullable<ProviderStackOSType>, CancellationToken)

Description for Get available Web app frameworks and their versions for location

  • Request Path: /providers/Microsoft.Web/locations/{location}/webAppStacks
  • Operation Id: Provider_GetWebAppStacksForLocation
  • Default Api Version: 2021-02-01
GetWebAppStacksByLocationAsync(TenantResource, AzureLocation, Nullable<ProviderStackOSType>, CancellationToken)

Description for Get available Web app frameworks and their versions for location

  • Request Path: /providers/Microsoft.Web/locations/{location}/webAppStacks
  • Operation Id: Provider_GetWebAppStacksForLocation
  • Default Api Version: 2021-02-01
GetWebAppStacksProviders(TenantResource, Nullable<ProviderStackOSType>, CancellationToken)

Description for Get available Web app frameworks and their versions

  • Request Path: /providers/Microsoft.Web/webAppStacks
  • Operation Id: Provider_GetWebAppStacks
  • Default Api Version: 2021-02-01
GetWebAppStacksProvidersAsync(TenantResource, Nullable<ProviderStackOSType>, CancellationToken)

Description for Get available Web app frameworks and their versions

  • Request Path: /providers/Microsoft.Web/webAppStacks
  • Operation Id: Provider_GetWebAppStacks
  • Default Api Version: 2021-02-01
GetWebSite(ResourceGroupResource, String, CancellationToken)

Description for Gets the details of a web, mobile, or API app.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}
  • Operation Id: WebApps_Get
  • Default Api Version: 2021-02-01
  • Resource: WebSiteResource
GetWebSiteAsync(ResourceGroupResource, String, CancellationToken)

Description for Gets the details of a web, mobile, or API app.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}
  • Operation Id: WebApps_Get
  • Default Api Version: 2021-02-01
  • Resource: WebSiteResource
GetWebSiteConfigConnectionStringResource(ArmClient, ResourceIdentifier)

Gets an object representing a WebSiteConfigConnectionStringResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a WebSiteConfigConnectionStringResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetWebSiteConfigConnectionStringResource(ResourceIdentifier) instead.

GetWebSiteConfigResource(ArmClient, ResourceIdentifier)

Gets an object representing a WebSiteConfigResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create a WebSiteConfigResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetWebSiteConfigResource(ResourceIdentifier) instead.

GetWebSiteContinuousWebJobResource(ArmClient, ResourceIdentifier)

Gets an object representing a WebSiteContinuousWebJobResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a WebSiteContinuousWebJobResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetWebSiteContinuousWebJobResource(ResourceIdentifier) instead.

GetWebSiteExtensionResource(ArmClient, ResourceIdentifier)

Gets an object representing a WebSiteExtensionResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a WebSiteExtensionResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetWebSiteExtensionResource(ResourceIdentifier) instead.

GetWebSiteFtpPublishingCredentialsPolicyResource(ArmClient, ResourceIdentifier)

Gets an object representing a WebSiteFtpPublishingCredentialsPolicyResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create a WebSiteFtpPublishingCredentialsPolicyResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetWebSiteFtpPublishingCredentialsPolicyResource(ResourceIdentifier) instead.

GetWebSiteHybridConnectionResource(ArmClient, ResourceIdentifier)

Gets an object representing a WebSiteHybridConnectionResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a WebSiteHybridConnectionResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetWebSiteHybridConnectionResource(ResourceIdentifier) instead.

GetWebSitePremierAddonResource(ArmClient, ResourceIdentifier)

Gets an object representing a WebSitePremierAddonResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a WebSitePremierAddonResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetWebSitePremierAddonResource(ResourceIdentifier) instead.

GetWebSitePrivateAccessResource(ArmClient, ResourceIdentifier)

Gets an object representing a WebSitePrivateAccessResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create a WebSitePrivateAccessResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetWebSitePrivateAccessResource(ResourceIdentifier) instead.

GetWebSiteResource(ArmClient, ResourceIdentifier)

Gets an object representing a WebSiteResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create a WebSiteResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetWebSiteResource(ResourceIdentifier) instead.

GetWebSiteResourceHealthMetadataResource(ArmClient, ResourceIdentifier)

Gets an object representing a WebSiteResourceHealthMetadataResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create a WebSiteResourceHealthMetadataResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetWebSiteResourceHealthMetadataResource(ResourceIdentifier) instead.

GetWebSites(ResourceGroupResource)

Gets a collection of WebSiteResources in the ResourceGroupResource. MockingTo mock this method, please mock GetWebSites() instead.

GetWebSites(SubscriptionResource, CancellationToken)

Description for Get all apps for a subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Web/sites
  • Operation Id: WebApps_List
  • Default Api Version: 2021-02-01
  • Resource: WebSiteResource
GetWebSitesAsync(SubscriptionResource, CancellationToken)

Description for Get all apps for a subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Web/sites
  • Operation Id: WebApps_List
  • Default Api Version: 2021-02-01
  • Resource: WebSiteResource
GetWebSiteSlotConfigAppSettingResource(ArmClient, ResourceIdentifier)

Gets an object representing a WebSiteSlotConfigAppSettingResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String, String) to create a WebSiteSlotConfigAppSettingResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetWebSiteSlotConfigAppSettingResource(ResourceIdentifier) instead.

GetWebSiteSlotConfigConnectionStringResource(ArmClient, ResourceIdentifier)

Gets an object representing a WebSiteSlotConfigConnectionStringResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String, String) to create a WebSiteSlotConfigConnectionStringResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetWebSiteSlotConfigConnectionStringResource(ResourceIdentifier) instead.

GetWebSiteSlotConfigResource(ArmClient, ResourceIdentifier)

Gets an object representing a WebSiteSlotConfigResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a WebSiteSlotConfigResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetWebSiteSlotConfigResource(ResourceIdentifier) instead.

GetWebSiteSlotContinuousWebJobResource(ArmClient, ResourceIdentifier)

Gets an object representing a WebSiteSlotContinuousWebJobResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String, String) to create a WebSiteSlotContinuousWebJobResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetWebSiteSlotContinuousWebJobResource(ResourceIdentifier) instead.

GetWebSiteSlotExtensionResource(ArmClient, ResourceIdentifier)

Gets an object representing a WebSiteSlotExtensionResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String, String) to create a WebSiteSlotExtensionResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetWebSiteSlotExtensionResource(ResourceIdentifier) instead.

GetWebSiteSlotFtpPublishingCredentialsPolicyResource(ArmClient, ResourceIdentifier)

Gets an object representing a WebSiteSlotFtpPublishingCredentialsPolicyResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a WebSiteSlotFtpPublishingCredentialsPolicyResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetWebSiteSlotFtpPublishingCredentialsPolicyResource(ResourceIdentifier) instead.

GetWebSiteSlotHybridConnectionResource(ArmClient, ResourceIdentifier)

Gets an object representing a WebSiteSlotHybridConnectionResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String, String) to create a WebSiteSlotHybridConnectionResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetWebSiteSlotHybridConnectionResource(ResourceIdentifier) instead.

GetWebSiteSlotPremierAddOnResource(ArmClient, ResourceIdentifier)

Gets an object representing a WebSiteSlotPremierAddOnResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String, String) to create a WebSiteSlotPremierAddOnResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetWebSiteSlotPremierAddOnResource(ResourceIdentifier) instead.

GetWebSiteSlotPrivateAccessResource(ArmClient, ResourceIdentifier)

Gets an object representing a WebSiteSlotPrivateAccessResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a WebSiteSlotPrivateAccessResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetWebSiteSlotPrivateAccessResource(ResourceIdentifier) instead.

GetWebSiteSlotPublicCertificateResource(ArmClient, ResourceIdentifier)

Gets an object representing a WebSiteSlotPublicCertificateResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String, String) to create a WebSiteSlotPublicCertificateResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetWebSiteSlotPublicCertificateResource(ResourceIdentifier) instead.

GetWebSiteSlotResource(ArmClient, ResourceIdentifier)

Gets an object representing a WebSiteSlotResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a WebSiteSlotResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetWebSiteSlotResource(ResourceIdentifier) instead.

GetWebSiteSlotResourceHealthMetadataResource(ArmClient, ResourceIdentifier)

Gets an object representing a WebSiteSlotResourceHealthMetadataResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a WebSiteSlotResourceHealthMetadataResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetWebSiteSlotResourceHealthMetadataResource(ResourceIdentifier) instead.

GetWebSiteSlotSourceControlResource(ArmClient, ResourceIdentifier)

Gets an object representing a WebSiteSlotSourceControlResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a WebSiteSlotSourceControlResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetWebSiteSlotSourceControlResource(ResourceIdentifier) instead.

GetWebSiteSlotTriggeredWebJobHistoryResource(ArmClient, ResourceIdentifier)

Gets an object representing a WebSiteSlotTriggeredWebJobHistoryResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String, String, String) to create a WebSiteSlotTriggeredWebJobHistoryResourceResourceIdentifier from its components.

GetWebSiteSlotTriggeredWebJobResource(ArmClient, ResourceIdentifier)

Gets an object representing a WebSiteSlotTriggeredWebJobResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String, String) to create a WebSiteSlotTriggeredWebJobResourceResourceIdentifier from its components.

GetWebSiteSlotWebJobResource(ArmClient, ResourceIdentifier)

Gets an object representing a WebSiteSlotWebJobResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String, String) to create a WebSiteSlotWebJobResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetWebSiteSlotWebJobResource(ResourceIdentifier) instead.

GetWebSiteSourceControlResource(ArmClient, ResourceIdentifier)

Gets an object representing a WebSiteSourceControlResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create a WebSiteSourceControlResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetWebSiteSourceControlResource(ResourceIdentifier) instead.

GetWebSiteTriggeredWebJobHistoryResource(ArmClient, ResourceIdentifier)

Gets an object representing a WebSiteTriggeredWebJobHistoryResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String, String) to create a WebSiteTriggeredWebJobHistoryResourceResourceIdentifier from its components.

GetWebSiteTriggeredwebJobResource(ArmClient, ResourceIdentifier)

Gets an object representing a WebSiteTriggeredwebJobResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a WebSiteTriggeredwebJobResourceResourceIdentifier from its components.

GetWebSiteWebJobResource(ArmClient, ResourceIdentifier)

Gets an object representing a WebSiteWebJobResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a WebSiteWebJobResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetWebSiteWebJobResource(ResourceIdentifier) instead.

PreviewStaticSiteWorkflow(SubscriptionResource, AzureLocation, StaticSitesWorkflowPreviewContent, CancellationToken)

Description for Generates a preview workflow file for the static site

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Web/locations/{location}/previewStaticSiteWorkflowFile
  • Operation Id: StaticSites_PreviewWorkflow
  • Default Api Version: 2021-02-01
PreviewStaticSiteWorkflowAsync(SubscriptionResource, AzureLocation, StaticSitesWorkflowPreviewContent, CancellationToken)

Description for Generates a preview workflow file for the static site

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Web/locations/{location}/previewStaticSiteWorkflowFile
  • Operation Id: StaticSites_PreviewWorkflow
  • Default Api Version: 2021-02-01
ResetAllRecommendationFilters(SubscriptionResource, CancellationToken)

Description for Reset all recommendation opt-out settings for a subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Web/recommendations/reset
  • Operation Id: Recommendations_ResetAllFilters
  • Default Api Version: 2021-02-01
ResetAllRecommendationFiltersAsync(SubscriptionResource, CancellationToken)

Description for Reset all recommendation opt-out settings for a subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Web/recommendations/reset
  • Operation Id: Recommendations_ResetAllFilters
  • Default Api Version: 2021-02-01
Validate(ResourceGroupResource, AppServiceValidateContent, CancellationToken)

Description for Validate if a resource can be created.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/validate
  • Operation Id: Validate
  • Default Api Version: 2021-02-01
ValidateAppServiceCertificateOrderPurchaseInformation(SubscriptionResource, AppServiceCertificateOrderData, CancellationToken)

Description for Validate information for a certificate order.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.CertificateRegistration/validateCertificateRegistrationInformation
  • Operation Id: AppServiceCertificateOrders_ValidatePurchaseInformation
  • Default Api Version: 2021-02-01
ValidateAppServiceCertificateOrderPurchaseInformationAsync(SubscriptionResource, AppServiceCertificateOrderData, CancellationToken)

Description for Validate information for a certificate order.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.CertificateRegistration/validateCertificateRegistrationInformation
  • Operation Id: AppServiceCertificateOrders_ValidatePurchaseInformation
  • Default Api Version: 2021-02-01
ValidateAsync(ResourceGroupResource, AppServiceValidateContent, CancellationToken)

Description for Validate if a resource can be created.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/validate
  • Operation Id: Validate
  • Default Api Version: 2021-02-01
VerifyHostingEnvironmentVnet(SubscriptionResource, AppServiceVirtualNetworkValidationContent, CancellationToken)

Description for Verifies if this VNET is compatible with an App Service Environment by analyzing the Network Security Group rules.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Web/verifyHostingEnvironmentVnet
  • Operation Id: VerifyHostingEnvironmentVnet
  • Default Api Version: 2021-02-01
VerifyHostingEnvironmentVnetAsync(SubscriptionResource, AppServiceVirtualNetworkValidationContent, CancellationToken)

Description for Verifies if this VNET is compatible with an App Service Environment by analyzing the Network Security Group rules.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Web/verifyHostingEnvironmentVnet
  • Operation Id: VerifyHostingEnvironmentVnet
  • Default Api Version: 2021-02-01

Applies to