WebSiteManagementClientOperationsMixin Class
- Inheritance
-
builtins.objectWebSiteManagementClientOperationsMixin
Constructor
WebSiteManagementClientOperationsMixin()
Methods
| check_name_availability |
Check if a resource name is available. Description for Check if a resource name is available. |
| get_publishing_user |
Gets publishing user. Description for Gets publishing user. |
| get_source_control |
Gets source control token. Description for Gets source control token. |
| get_subscription_deployment_locations |
Gets list of available geo regions plus ministamps. Description for Gets list of available geo regions plus ministamps. |
| list_billing_meters |
Gets a list of meters for a given location. Description for Gets a list of meters for a given location. |
| list_geo_regions |
Get a list of available geographical regions. Description for Get a list of available geographical regions. |
| list_premier_add_on_offers |
List all premier add-on offers. Description for List all premier add-on offers. |
| list_site_identifiers_assigned_to_host_name |
List all apps that are assigned to a hostname. Description for List all apps that are assigned to a hostname. |
| list_skus |
List all SKUs. Description for List all SKUs. |
| list_source_controls |
Gets the source controls available for Azure websites. Description for Gets the source controls available for Azure websites. |
| move |
Move resources between resource groups. Description for Move resources between resource groups. |
| update_publishing_user |
Updates publishing user. Description for Updates publishing user. |
| update_source_control |
Updates source control token. Description for Updates source control token. |
| validate |
Validate if a resource can be created. Description for Validate if a resource can be created. |
| validate_move |
Validate whether a resource can be moved. Description for Validate whether a resource can be moved. |
| verify_hosting_environment_vnet |
Verifies if this VNET is compatible with an App Service Environment by analyzing the Network Security Group rules. Description for Verifies if this VNET is compatible with an App Service Environment by analyzing the Network Security Group rules. |
check_name_availability
Check if a resource name is available.
Description for Check if a resource name is available.
async check_name_availability(name: str, type: Union[str, azure.mgmt.web.v2020_06_01.models._web_site_management_client_enums.CheckNameResourceTypes], is_fqdn: Optional[bool] = None, **kwargs: Any) -> azure.mgmt.web.v2020_06_01.models._models_py3.ResourceNameAvailability
Parameters
- cls
- callable
A custom type or function that will be passed the direct response
Returns
ResourceNameAvailability, or the result of cls(response)
Return type
Exceptions
get_publishing_user
Gets publishing user.
Description for Gets publishing user.
async get_publishing_user(**kwargs: Any) -> azure.mgmt.web.v2020_06_01.models._models_py3.User
Parameters
- cls
- callable
A custom type or function that will be passed the direct response
Returns
User, or the result of cls(response)
Return type
Exceptions
get_source_control
Gets source control token.
Description for Gets source control token.
async get_source_control(source_control_type: str, **kwargs: Any) -> azure.mgmt.web.v2020_06_01.models._models_py3.SourceControl
Parameters
- cls
- callable
A custom type or function that will be passed the direct response
Returns
SourceControl, or the result of cls(response)
Return type
Exceptions
get_subscription_deployment_locations
Gets list of available geo regions plus ministamps.
Description for Gets list of available geo regions plus ministamps.
async get_subscription_deployment_locations(**kwargs: Any) -> azure.mgmt.web.v2020_06_01.models._models_py3.DeploymentLocations
Parameters
- cls
- callable
A custom type or function that will be passed the direct response
Returns
DeploymentLocations, or the result of cls(response)
Return type
Exceptions
list_billing_meters
Gets a list of meters for a given location.
Description for Gets a list of meters for a given location.
list_billing_meters(billing_location: Optional[str] = None, os_type: Optional[str] = None, **kwargs: Any) -> AsyncIterable[azure.mgmt.web.v2020_06_01.models._models_py3.BillingMeterCollection]
Parameters
- cls
- callable
A custom type or function that will be passed the direct response
Returns
An iterator like instance of either BillingMeterCollection or the result of cls(response)
Return type
Exceptions
list_geo_regions
Get a list of available geographical regions.
Description for Get a list of available geographical regions.
list_geo_regions(sku: Optional[Union[str, azure.mgmt.web.v2020_06_01.models._web_site_management_client_enums.SkuName]] = None, linux_workers_enabled: Optional[bool] = None, xenon_workers_enabled: Optional[bool] = None, linux_dynamic_workers_enabled: Optional[bool] = None, **kwargs: Any) -> AsyncIterable[azure.mgmt.web.v2020_06_01.models._models_py3.GeoRegionCollection]
Parameters
- linux_workers_enabled
- bool
Specify <code>true</code> if you want to filter to only
regions that support Linux workers.
- xenon_workers_enabled
- bool
Specify <code>true</code> if you want to filter to only
regions that support Xenon workers.
- linux_dynamic_workers_enabled
- bool
Specify <code>true</code> if you want to filter
to only regions that support Linux Consumption Workers.
- cls
- callable
A custom type or function that will be passed the direct response
Returns
An iterator like instance of either GeoRegionCollection or the result of cls(response)
Return type
Exceptions
list_premier_add_on_offers
List all premier add-on offers.
Description for List all premier add-on offers.
list_premier_add_on_offers(**kwargs: Any) -> AsyncIterable[azure.mgmt.web.v2020_06_01.models._models_py3.PremierAddOnOfferCollection]
Parameters
- cls
- callable
A custom type or function that will be passed the direct response
Returns
An iterator like instance of either PremierAddOnOfferCollection or the result of cls(response)
Return type
Exceptions
list_site_identifiers_assigned_to_host_name
List all apps that are assigned to a hostname.
Description for List all apps that are assigned to a hostname.
list_site_identifiers_assigned_to_host_name(name_identifier: azure.mgmt.web.v2020_06_01.models._models_py3.NameIdentifier, **kwargs: Any) -> AsyncIterable[azure.mgmt.web.v2020_06_01.models._models_py3.IdentifierCollection]
Parameters
- cls
- callable
A custom type or function that will be passed the direct response
Returns
An iterator like instance of either IdentifierCollection or the result of cls(response)
Return type
Exceptions
list_skus
List all SKUs.
Description for List all SKUs.
async list_skus(**kwargs: Any) -> azure.mgmt.web.v2020_06_01.models._models_py3.SkuInfos
Parameters
- cls
- callable
A custom type or function that will be passed the direct response
Returns
SkuInfos, or the result of cls(response)
Return type
Exceptions
list_source_controls
Gets the source controls available for Azure websites.
Description for Gets the source controls available for Azure websites.
list_source_controls(**kwargs: Any) -> AsyncIterable[azure.mgmt.web.v2020_06_01.models._models_py3.SourceControlCollection]
Parameters
- cls
- callable
A custom type or function that will be passed the direct response
Returns
An iterator like instance of either SourceControlCollection or the result of cls(response)
Return type
Exceptions
move
Move resources between resource groups.
Description for Move resources between resource groups.
async move(resource_group_name: str, move_resource_envelope: azure.mgmt.web.v2020_06_01.models._models_py3.CsmMoveResourceEnvelope, **kwargs: Any) -> None
Parameters
- move_resource_envelope
- CsmMoveResourceEnvelope
Object that represents the resource to move.
- cls
- callable
A custom type or function that will be passed the direct response
Returns
None, or the result of cls(response)
Return type
Exceptions
update_publishing_user
Updates publishing user.
Description for Updates publishing user.
async update_publishing_user(user_details: azure.mgmt.web.v2020_06_01.models._models_py3.User, **kwargs: Any) -> azure.mgmt.web.v2020_06_01.models._models_py3.User
Parameters
- cls
- callable
A custom type or function that will be passed the direct response
Returns
User, or the result of cls(response)
Return type
Exceptions
update_source_control
Updates source control token.
Description for Updates source control token.
async update_source_control(source_control_type: str, request_message: azure.mgmt.web.v2020_06_01.models._models_py3.SourceControl, **kwargs: Any) -> azure.mgmt.web.v2020_06_01.models._models_py3.SourceControl
Parameters
- cls
- callable
A custom type or function that will be passed the direct response
Returns
SourceControl, or the result of cls(response)
Return type
Exceptions
validate
Validate if a resource can be created.
Description for Validate if a resource can be created.
async validate(resource_group_name: str, validate_request: azure.mgmt.web.v2020_06_01.models._models_py3.ValidateRequest, **kwargs: Any) -> azure.mgmt.web.v2020_06_01.models._models_py3.ValidateResponse
Parameters
- cls
- callable
A custom type or function that will be passed the direct response
Returns
ValidateResponse, or the result of cls(response)
Return type
Exceptions
validate_move
Validate whether a resource can be moved.
Description for Validate whether a resource can be moved.
async validate_move(resource_group_name: str, move_resource_envelope: azure.mgmt.web.v2020_06_01.models._models_py3.CsmMoveResourceEnvelope, **kwargs: Any) -> None
Parameters
- move_resource_envelope
- CsmMoveResourceEnvelope
Object that represents the resource to move.
- cls
- callable
A custom type or function that will be passed the direct response
Returns
None, or the result of cls(response)
Return type
Exceptions
verify_hosting_environment_vnet
Verifies if this VNET is compatible with an App Service Environment by analyzing the Network Security Group rules.
Description for Verifies if this VNET is compatible with an App Service Environment by analyzing the Network Security Group rules.
async verify_hosting_environment_vnet(parameters: azure.mgmt.web.v2020_06_01.models._models_py3.VnetParameters, **kwargs: Any) -> azure.mgmt.web.v2020_06_01.models._models_py3.VnetValidationFailureDetails
Parameters
- cls
- callable
A custom type or function that will be passed the direct response
Returns
VnetValidationFailureDetails, or the result of cls(response)
Return type
Exceptions
Feedback
Submit and view feedback for