WebSiteManagementClientOperationsMixin Class
- Inheritance
-
builtins.objectWebSiteManagementClientOperationsMixin
Constructor
WebSiteManagementClientOperationsMixin()
Methods
| check_name_availability |
Check if a resource name is available. Check if a resource name is available. |
| get_publishing_user |
Gets publishing user. Gets publishing user. |
| get_source_control |
Gets source control token. Gets source control token. |
| get_subscription_deployment_locations |
Gets list of available geo regions plus ministamps. Gets list of available geo regions plus ministamps. |
| list_geo_regions |
Get a list of available geographical regions. Get a list of available geographical regions. |
| list_premier_add_on_offers |
List all premier add-on offers. List all premier add-on offers. |
| list_site_identifiers_assigned_to_host_name |
List all apps that are assigned to a hostname. List all apps that are assigned to a hostname. |
| list_skus |
List all SKUs. List all SKUs. |
| list_source_controls |
Gets the source controls available for Azure websites. Gets the source controls available for Azure websites. |
| move |
Move resources between resource groups. Move resources between resource groups. |
| update_publishing_user |
Updates publishing user. Updates publishing user. |
| update_source_control |
Updates source control token. Updates source control token. |
| validate |
Validate if a resource can be created. Validate if a resource can be created. |
| validate_move |
Validate whether a resource can be moved. 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. 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.
Check if a resource name is available.
check_name_availability(name: str, type: Union[str, _models.CheckNameResourceTypes], is_fqdn: Optional[bool] = None, **kwargs: Any) -> _models.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.
Gets publishing user.
get_publishing_user(**kwargs: Any) -> _models.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.
Gets source control token.
get_source_control(source_control_type: str, **kwargs: Any) -> _models.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.
Gets list of available geo regions plus ministamps.
get_subscription_deployment_locations(**kwargs: Any) -> _models.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_geo_regions
Get a list of available geographical regions.
Get a list of available geographical regions.
list_geo_regions(sku: Optional[Union[str, _models.SkuName]] = None, linux_workers_enabled: Optional[bool] = None, **kwargs: Any) -> Iterable[_models.GeoRegionCollection]
Parameters
- linux_workers_enabled
- bool
Specify <code>true</code> if you want to filter to only
regions that support Linux 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.
List all premier add-on offers.
list_premier_add_on_offers(**kwargs: Any) -> Iterable[_models.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.
List all apps that are assigned to a hostname.
list_site_identifiers_assigned_to_host_name(name_identifier: _models.NameIdentifier, **kwargs: Any) -> Iterable[_models.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.
List all SKUs.
list_skus(**kwargs: Any) -> _models.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.
Gets the source controls available for Azure websites.
list_source_controls(**kwargs: Any) -> Iterable[_models.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.
Move resources between resource groups.
move(resource_group_name: str, move_resource_envelope: _models.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.
Updates publishing user.
update_publishing_user(user_details: _models.User, **kwargs: Any) -> _models.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.
Updates source control token.
update_source_control(source_control_type: str, request_message: _models.SourceControl, **kwargs: Any) -> _models.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.
Validate if a resource can be created.
validate(resource_group_name: str, validate_request: _models.ValidateRequest, **kwargs: Any) -> _models.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.
Validate whether a resource can be moved.
validate_move(resource_group_name: str, move_resource_envelope: _models.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.
Verifies if this VNET is compatible with an App Service Environment by analyzing the Network Security Group rules.
verify_hosting_environment_vnet(parameters: _models.VnetParameters, **kwargs: Any) -> _models.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