body
stringlengths
26
98.2k
body_hash
int64
-9,222,864,604,528,158,000
9,221,803,474B
docstring
stringlengths
1
16.8k
path
stringlengths
5
230
name
stringlengths
1
96
repository_name
stringlengths
7
89
lang
stringclasses
1 value
body_without_docstring
stringlengths
20
98.2k
@distributed_trace_async async def export_template_at_scope(self, scope: str, deployment_name: str, **kwargs: Any) -> '_models.DeploymentExportResult': 'Exports the template used for specified deployment.\n\n :param scope: The scope of a deployment.\n :type scope: str\n :param deployment_name: ...
-5,967,444,359,698,686,000
Exports the template used for specified deployment. :param scope: The scope of a deployment. :type scope: str :param deployment_name: The name of the deployment. :type deployment_name: str :keyword callable cls: A custom type or function that will be passed the direct response :return: DeploymentExportResult, or the r...
sdk/resources/azure-mgmt-resource/azure/mgmt/resource/resources/v2019_08_01/aio/operations/_operations.py
export_template_at_scope
AikoBB/azure-sdk-for-python
python
@distributed_trace_async async def export_template_at_scope(self, scope: str, deployment_name: str, **kwargs: Any) -> '_models.DeploymentExportResult': 'Exports the template used for specified deployment.\n\n :param scope: The scope of a deployment.\n :type scope: str\n :param deployment_name: ...
@distributed_trace def list_at_scope(self, scope: str, filter: Optional[str]=None, top: Optional[int]=None, **kwargs: Any) -> AsyncIterable['_models.DeploymentListResult']: "Get all the deployments at the given scope.\n\n :param scope: The scope of a deployment.\n :type scope: str\n :param filt...
-1,940,040,283,598,648,000
Get all the deployments at the given scope. :param scope: The scope of a deployment. :type scope: str :param filter: The filter to apply on the operation. For example, you can use $filter=provisioningState eq '{state}'. Default value is None. :type filter: str :param top: The number of results to get. If null is pass...
sdk/resources/azure-mgmt-resource/azure/mgmt/resource/resources/v2019_08_01/aio/operations/_operations.py
list_at_scope
AikoBB/azure-sdk-for-python
python
@distributed_trace def list_at_scope(self, scope: str, filter: Optional[str]=None, top: Optional[int]=None, **kwargs: Any) -> AsyncIterable['_models.DeploymentListResult']: "Get all the deployments at the given scope.\n\n :param scope: The scope of a deployment.\n :type scope: str\n :param filt...
@distributed_trace_async async def begin_delete_at_tenant_scope(self, deployment_name: str, **kwargs: Any) -> AsyncLROPoller[None]: 'Deletes a deployment from the deployment history.\n\n A template deployment that is currently running cannot be deleted. Deleting a template\n deployment removes the ass...
2,529,955,481,961,169,400
Deletes a deployment from the deployment history. A template deployment that is currently running cannot be deleted. Deleting a template deployment removes the associated deployment operations. This is an asynchronous operation that returns a status of 202 until the template deployment is successfully deleted. The Loc...
sdk/resources/azure-mgmt-resource/azure/mgmt/resource/resources/v2019_08_01/aio/operations/_operations.py
begin_delete_at_tenant_scope
AikoBB/azure-sdk-for-python
python
@distributed_trace_async async def begin_delete_at_tenant_scope(self, deployment_name: str, **kwargs: Any) -> AsyncLROPoller[None]: 'Deletes a deployment from the deployment history.\n\n A template deployment that is currently running cannot be deleted. Deleting a template\n deployment removes the ass...
@distributed_trace_async async def check_existence_at_tenant_scope(self, deployment_name: str, **kwargs: Any) -> bool: 'Checks whether the deployment exists.\n\n :param deployment_name: The name of the deployment.\n :type deployment_name: str\n :keyword callable cls: A custom type or function t...
-1,091,770,316,583,379,300
Checks whether the deployment exists. :param deployment_name: The name of the deployment. :type deployment_name: str :keyword callable cls: A custom type or function that will be passed the direct response :return: bool, or the result of cls(response) :rtype: bool :raises: ~azure.core.exceptions.HttpResponseError
sdk/resources/azure-mgmt-resource/azure/mgmt/resource/resources/v2019_08_01/aio/operations/_operations.py
check_existence_at_tenant_scope
AikoBB/azure-sdk-for-python
python
@distributed_trace_async async def check_existence_at_tenant_scope(self, deployment_name: str, **kwargs: Any) -> bool: 'Checks whether the deployment exists.\n\n :param deployment_name: The name of the deployment.\n :type deployment_name: str\n :keyword callable cls: A custom type or function t...
@distributed_trace_async async def begin_create_or_update_at_tenant_scope(self, deployment_name: str, parameters: '_models.ScopedDeployment', **kwargs: Any) -> AsyncLROPoller['_models.DeploymentExtended']: 'Deploys resources at tenant scope.\n\n You can provide the template and parameters directly in the req...
-4,122,528,066,057,727,500
Deploys resources at tenant scope. You can provide the template and parameters directly in the request or link to JSON files. :param deployment_name: The name of the deployment. :type deployment_name: str :param parameters: Additional parameters supplied to the operation. :type parameters: ~azure.mgmt.resource.resour...
sdk/resources/azure-mgmt-resource/azure/mgmt/resource/resources/v2019_08_01/aio/operations/_operations.py
begin_create_or_update_at_tenant_scope
AikoBB/azure-sdk-for-python
python
@distributed_trace_async async def begin_create_or_update_at_tenant_scope(self, deployment_name: str, parameters: '_models.ScopedDeployment', **kwargs: Any) -> AsyncLROPoller['_models.DeploymentExtended']: 'Deploys resources at tenant scope.\n\n You can provide the template and parameters directly in the req...
@distributed_trace_async async def get_at_tenant_scope(self, deployment_name: str, **kwargs: Any) -> '_models.DeploymentExtended': 'Gets a deployment.\n\n :param deployment_name: The name of the deployment.\n :type deployment_name: str\n :keyword callable cls: A custom type or function that wil...
-6,662,055,147,283,266,000
Gets a deployment. :param deployment_name: The name of the deployment. :type deployment_name: str :keyword callable cls: A custom type or function that will be passed the direct response :return: DeploymentExtended, or the result of cls(response) :rtype: ~azure.mgmt.resource.resources.v2019_08_01.models.DeploymentExte...
sdk/resources/azure-mgmt-resource/azure/mgmt/resource/resources/v2019_08_01/aio/operations/_operations.py
get_at_tenant_scope
AikoBB/azure-sdk-for-python
python
@distributed_trace_async async def get_at_tenant_scope(self, deployment_name: str, **kwargs: Any) -> '_models.DeploymentExtended': 'Gets a deployment.\n\n :param deployment_name: The name of the deployment.\n :type deployment_name: str\n :keyword callable cls: A custom type or function that wil...
@distributed_trace_async async def cancel_at_tenant_scope(self, deployment_name: str, **kwargs: Any) -> None: 'Cancels a currently running template deployment.\n\n You can cancel a deployment only if the provisioningState is Accepted or Running. After the\n deployment is canceled, the provisioningStat...
-119,724,416,851,238,180
Cancels a currently running template deployment. You can cancel a deployment only if the provisioningState is Accepted or Running. After the deployment is canceled, the provisioningState is set to Canceled. Canceling a template deployment stops the currently running template deployment and leaves the resources partial...
sdk/resources/azure-mgmt-resource/azure/mgmt/resource/resources/v2019_08_01/aio/operations/_operations.py
cancel_at_tenant_scope
AikoBB/azure-sdk-for-python
python
@distributed_trace_async async def cancel_at_tenant_scope(self, deployment_name: str, **kwargs: Any) -> None: 'Cancels a currently running template deployment.\n\n You can cancel a deployment only if the provisioningState is Accepted or Running. After the\n deployment is canceled, the provisioningStat...
@distributed_trace_async async def validate_at_tenant_scope(self, deployment_name: str, parameters: '_models.ScopedDeployment', **kwargs: Any) -> '_models.DeploymentValidateResult': 'Validates whether the specified template is syntactically correct and will be accepted by Azure\n Resource Manager..\n\n ...
-454,183,006,928,972,160
Validates whether the specified template is syntactically correct and will be accepted by Azure Resource Manager.. :param deployment_name: The name of the deployment. :type deployment_name: str :param parameters: Parameters to validate. :type parameters: ~azure.mgmt.resource.resources.v2019_08_01.models.ScopedDeployme...
sdk/resources/azure-mgmt-resource/azure/mgmt/resource/resources/v2019_08_01/aio/operations/_operations.py
validate_at_tenant_scope
AikoBB/azure-sdk-for-python
python
@distributed_trace_async async def validate_at_tenant_scope(self, deployment_name: str, parameters: '_models.ScopedDeployment', **kwargs: Any) -> '_models.DeploymentValidateResult': 'Validates whether the specified template is syntactically correct and will be accepted by Azure\n Resource Manager..\n\n ...
@distributed_trace_async async def export_template_at_tenant_scope(self, deployment_name: str, **kwargs: Any) -> '_models.DeploymentExportResult': 'Exports the template used for specified deployment.\n\n :param deployment_name: The name of the deployment.\n :type deployment_name: str\n :keyword...
6,851,045,788,325,881,000
Exports the template used for specified deployment. :param deployment_name: The name of the deployment. :type deployment_name: str :keyword callable cls: A custom type or function that will be passed the direct response :return: DeploymentExportResult, or the result of cls(response) :rtype: ~azure.mgmt.resource.resour...
sdk/resources/azure-mgmt-resource/azure/mgmt/resource/resources/v2019_08_01/aio/operations/_operations.py
export_template_at_tenant_scope
AikoBB/azure-sdk-for-python
python
@distributed_trace_async async def export_template_at_tenant_scope(self, deployment_name: str, **kwargs: Any) -> '_models.DeploymentExportResult': 'Exports the template used for specified deployment.\n\n :param deployment_name: The name of the deployment.\n :type deployment_name: str\n :keyword...
@distributed_trace def list_at_tenant_scope(self, filter: Optional[str]=None, top: Optional[int]=None, **kwargs: Any) -> AsyncIterable['_models.DeploymentListResult']: "Get all the deployments at the tenant scope.\n\n :param filter: The filter to apply on the operation. For example, you can use\n $fi...
-1,685,512,031,179,623,000
Get all the deployments at the tenant scope. :param filter: The filter to apply on the operation. For example, you can use $filter=provisioningState eq '{state}'. Default value is None. :type filter: str :param top: The number of results to get. If null is passed, returns all deployments. Default value is None. :typ...
sdk/resources/azure-mgmt-resource/azure/mgmt/resource/resources/v2019_08_01/aio/operations/_operations.py
list_at_tenant_scope
AikoBB/azure-sdk-for-python
python
@distributed_trace def list_at_tenant_scope(self, filter: Optional[str]=None, top: Optional[int]=None, **kwargs: Any) -> AsyncIterable['_models.DeploymentListResult']: "Get all the deployments at the tenant scope.\n\n :param filter: The filter to apply on the operation. For example, you can use\n $fi...
@distributed_trace_async async def begin_delete_at_management_group_scope(self, group_id: str, deployment_name: str, **kwargs: Any) -> AsyncLROPoller[None]: 'Deletes a deployment from the deployment history.\n\n A template deployment that is currently running cannot be deleted. Deleting a template\n d...
-3,488,062,729,575,821,300
Deletes a deployment from the deployment history. A template deployment that is currently running cannot be deleted. Deleting a template deployment removes the associated deployment operations. This is an asynchronous operation that returns a status of 202 until the template deployment is successfully deleted. The Loc...
sdk/resources/azure-mgmt-resource/azure/mgmt/resource/resources/v2019_08_01/aio/operations/_operations.py
begin_delete_at_management_group_scope
AikoBB/azure-sdk-for-python
python
@distributed_trace_async async def begin_delete_at_management_group_scope(self, group_id: str, deployment_name: str, **kwargs: Any) -> AsyncLROPoller[None]: 'Deletes a deployment from the deployment history.\n\n A template deployment that is currently running cannot be deleted. Deleting a template\n d...
@distributed_trace_async async def check_existence_at_management_group_scope(self, group_id: str, deployment_name: str, **kwargs: Any) -> bool: 'Checks whether the deployment exists.\n\n :param group_id: The management group ID.\n :type group_id: str\n :param deployment_name: The name of the de...
1,830,930,494,163,189,200
Checks whether the deployment exists. :param group_id: The management group ID. :type group_id: str :param deployment_name: The name of the deployment. :type deployment_name: str :keyword callable cls: A custom type or function that will be passed the direct response :return: bool, or the result of cls(response) :rtyp...
sdk/resources/azure-mgmt-resource/azure/mgmt/resource/resources/v2019_08_01/aio/operations/_operations.py
check_existence_at_management_group_scope
AikoBB/azure-sdk-for-python
python
@distributed_trace_async async def check_existence_at_management_group_scope(self, group_id: str, deployment_name: str, **kwargs: Any) -> bool: 'Checks whether the deployment exists.\n\n :param group_id: The management group ID.\n :type group_id: str\n :param deployment_name: The name of the de...
@distributed_trace_async async def begin_create_or_update_at_management_group_scope(self, group_id: str, deployment_name: str, parameters: '_models.ScopedDeployment', **kwargs: Any) -> AsyncLROPoller['_models.DeploymentExtended']: 'Deploys resources at management group scope.\n\n You can provide the template...
5,926,000,422,071,736,000
Deploys resources at management group scope. You can provide the template and parameters directly in the request or link to JSON files. :param group_id: The management group ID. :type group_id: str :param deployment_name: The name of the deployment. :type deployment_name: str :param parameters: Additional parameters ...
sdk/resources/azure-mgmt-resource/azure/mgmt/resource/resources/v2019_08_01/aio/operations/_operations.py
begin_create_or_update_at_management_group_scope
AikoBB/azure-sdk-for-python
python
@distributed_trace_async async def begin_create_or_update_at_management_group_scope(self, group_id: str, deployment_name: str, parameters: '_models.ScopedDeployment', **kwargs: Any) -> AsyncLROPoller['_models.DeploymentExtended']: 'Deploys resources at management group scope.\n\n You can provide the template...
@distributed_trace_async async def get_at_management_group_scope(self, group_id: str, deployment_name: str, **kwargs: Any) -> '_models.DeploymentExtended': 'Gets a deployment.\n\n :param group_id: The management group ID.\n :type group_id: str\n :param deployment_name: The name of the deploymen...
5,293,605,042,126,691,000
Gets a deployment. :param group_id: The management group ID. :type group_id: str :param deployment_name: The name of the deployment. :type deployment_name: str :keyword callable cls: A custom type or function that will be passed the direct response :return: DeploymentExtended, or the result of cls(response) :rtype: ~a...
sdk/resources/azure-mgmt-resource/azure/mgmt/resource/resources/v2019_08_01/aio/operations/_operations.py
get_at_management_group_scope
AikoBB/azure-sdk-for-python
python
@distributed_trace_async async def get_at_management_group_scope(self, group_id: str, deployment_name: str, **kwargs: Any) -> '_models.DeploymentExtended': 'Gets a deployment.\n\n :param group_id: The management group ID.\n :type group_id: str\n :param deployment_name: The name of the deploymen...
@distributed_trace_async async def cancel_at_management_group_scope(self, group_id: str, deployment_name: str, **kwargs: Any) -> None: 'Cancels a currently running template deployment.\n\n You can cancel a deployment only if the provisioningState is Accepted or Running. After the\n deployment is cance...
3,932,999,452,919,411,700
Cancels a currently running template deployment. You can cancel a deployment only if the provisioningState is Accepted or Running. After the deployment is canceled, the provisioningState is set to Canceled. Canceling a template deployment stops the currently running template deployment and leaves the resources partial...
sdk/resources/azure-mgmt-resource/azure/mgmt/resource/resources/v2019_08_01/aio/operations/_operations.py
cancel_at_management_group_scope
AikoBB/azure-sdk-for-python
python
@distributed_trace_async async def cancel_at_management_group_scope(self, group_id: str, deployment_name: str, **kwargs: Any) -> None: 'Cancels a currently running template deployment.\n\n You can cancel a deployment only if the provisioningState is Accepted or Running. After the\n deployment is cance...
@distributed_trace_async async def validate_at_management_group_scope(self, group_id: str, deployment_name: str, parameters: '_models.ScopedDeployment', **kwargs: Any) -> '_models.DeploymentValidateResult': 'Validates whether the specified template is syntactically correct and will be accepted by Azure\n Res...
-1,673,885,904,297,715,500
Validates whether the specified template is syntactically correct and will be accepted by Azure Resource Manager.. :param group_id: The management group ID. :type group_id: str :param deployment_name: The name of the deployment. :type deployment_name: str :param parameters: Parameters to validate. :type parameters: ~a...
sdk/resources/azure-mgmt-resource/azure/mgmt/resource/resources/v2019_08_01/aio/operations/_operations.py
validate_at_management_group_scope
AikoBB/azure-sdk-for-python
python
@distributed_trace_async async def validate_at_management_group_scope(self, group_id: str, deployment_name: str, parameters: '_models.ScopedDeployment', **kwargs: Any) -> '_models.DeploymentValidateResult': 'Validates whether the specified template is syntactically correct and will be accepted by Azure\n Res...
@distributed_trace_async async def export_template_at_management_group_scope(self, group_id: str, deployment_name: str, **kwargs: Any) -> '_models.DeploymentExportResult': 'Exports the template used for specified deployment.\n\n :param group_id: The management group ID.\n :type group_id: str\n ...
5,723,905,621,695,796,000
Exports the template used for specified deployment. :param group_id: The management group ID. :type group_id: str :param deployment_name: The name of the deployment. :type deployment_name: str :keyword callable cls: A custom type or function that will be passed the direct response :return: DeploymentExportResult, or t...
sdk/resources/azure-mgmt-resource/azure/mgmt/resource/resources/v2019_08_01/aio/operations/_operations.py
export_template_at_management_group_scope
AikoBB/azure-sdk-for-python
python
@distributed_trace_async async def export_template_at_management_group_scope(self, group_id: str, deployment_name: str, **kwargs: Any) -> '_models.DeploymentExportResult': 'Exports the template used for specified deployment.\n\n :param group_id: The management group ID.\n :type group_id: str\n ...
@distributed_trace def list_at_management_group_scope(self, group_id: str, filter: Optional[str]=None, top: Optional[int]=None, **kwargs: Any) -> AsyncIterable['_models.DeploymentListResult']: "Get all the deployments for a management group.\n\n :param group_id: The management group ID.\n :type group_...
4,591,285,809,376,135,000
Get all the deployments for a management group. :param group_id: The management group ID. :type group_id: str :param filter: The filter to apply on the operation. For example, you can use $filter=provisioningState eq '{state}'. Default value is None. :type filter: str :param top: The number of results to get. If null...
sdk/resources/azure-mgmt-resource/azure/mgmt/resource/resources/v2019_08_01/aio/operations/_operations.py
list_at_management_group_scope
AikoBB/azure-sdk-for-python
python
@distributed_trace def list_at_management_group_scope(self, group_id: str, filter: Optional[str]=None, top: Optional[int]=None, **kwargs: Any) -> AsyncIterable['_models.DeploymentListResult']: "Get all the deployments for a management group.\n\n :param group_id: The management group ID.\n :type group_...
@distributed_trace_async async def begin_delete_at_subscription_scope(self, deployment_name: str, **kwargs: Any) -> AsyncLROPoller[None]: 'Deletes a deployment from the deployment history.\n\n A template deployment that is currently running cannot be deleted. Deleting a template\n deployment removes t...
-3,850,553,516,541,032,000
Deletes a deployment from the deployment history. A template deployment that is currently running cannot be deleted. Deleting a template deployment removes the associated deployment operations. This is an asynchronous operation that returns a status of 202 until the template deployment is successfully deleted. The Loc...
sdk/resources/azure-mgmt-resource/azure/mgmt/resource/resources/v2019_08_01/aio/operations/_operations.py
begin_delete_at_subscription_scope
AikoBB/azure-sdk-for-python
python
@distributed_trace_async async def begin_delete_at_subscription_scope(self, deployment_name: str, **kwargs: Any) -> AsyncLROPoller[None]: 'Deletes a deployment from the deployment history.\n\n A template deployment that is currently running cannot be deleted. Deleting a template\n deployment removes t...
@distributed_trace_async async def check_existence_at_subscription_scope(self, deployment_name: str, **kwargs: Any) -> bool: 'Checks whether the deployment exists.\n\n :param deployment_name: The name of the deployment.\n :type deployment_name: str\n :keyword callable cls: A custom type or func...
-603,013,656,997,926,700
Checks whether the deployment exists. :param deployment_name: The name of the deployment. :type deployment_name: str :keyword callable cls: A custom type or function that will be passed the direct response :return: bool, or the result of cls(response) :rtype: bool :raises: ~azure.core.exceptions.HttpResponseError
sdk/resources/azure-mgmt-resource/azure/mgmt/resource/resources/v2019_08_01/aio/operations/_operations.py
check_existence_at_subscription_scope
AikoBB/azure-sdk-for-python
python
@distributed_trace_async async def check_existence_at_subscription_scope(self, deployment_name: str, **kwargs: Any) -> bool: 'Checks whether the deployment exists.\n\n :param deployment_name: The name of the deployment.\n :type deployment_name: str\n :keyword callable cls: A custom type or func...
@distributed_trace_async async def begin_create_or_update_at_subscription_scope(self, deployment_name: str, parameters: '_models.Deployment', **kwargs: Any) -> AsyncLROPoller['_models.DeploymentExtended']: 'Deploys resources at subscription scope.\n\n You can provide the template and parameters directly in t...
49,377,543,154,765,530
Deploys resources at subscription scope. You can provide the template and parameters directly in the request or link to JSON files. :param deployment_name: The name of the deployment. :type deployment_name: str :param parameters: Additional parameters supplied to the operation. :type parameters: ~azure.mgmt.resource....
sdk/resources/azure-mgmt-resource/azure/mgmt/resource/resources/v2019_08_01/aio/operations/_operations.py
begin_create_or_update_at_subscription_scope
AikoBB/azure-sdk-for-python
python
@distributed_trace_async async def begin_create_or_update_at_subscription_scope(self, deployment_name: str, parameters: '_models.Deployment', **kwargs: Any) -> AsyncLROPoller['_models.DeploymentExtended']: 'Deploys resources at subscription scope.\n\n You can provide the template and parameters directly in t...
@distributed_trace_async async def get_at_subscription_scope(self, deployment_name: str, **kwargs: Any) -> '_models.DeploymentExtended': 'Gets a deployment.\n\n :param deployment_name: The name of the deployment.\n :type deployment_name: str\n :keyword callable cls: A custom type or function th...
4,093,246,918,404,920,000
Gets a deployment. :param deployment_name: The name of the deployment. :type deployment_name: str :keyword callable cls: A custom type or function that will be passed the direct response :return: DeploymentExtended, or the result of cls(response) :rtype: ~azure.mgmt.resource.resources.v2019_08_01.models.DeploymentExte...
sdk/resources/azure-mgmt-resource/azure/mgmt/resource/resources/v2019_08_01/aio/operations/_operations.py
get_at_subscription_scope
AikoBB/azure-sdk-for-python
python
@distributed_trace_async async def get_at_subscription_scope(self, deployment_name: str, **kwargs: Any) -> '_models.DeploymentExtended': 'Gets a deployment.\n\n :param deployment_name: The name of the deployment.\n :type deployment_name: str\n :keyword callable cls: A custom type or function th...
@distributed_trace_async async def cancel_at_subscription_scope(self, deployment_name: str, **kwargs: Any) -> None: 'Cancels a currently running template deployment.\n\n You can cancel a deployment only if the provisioningState is Accepted or Running. After the\n deployment is canceled, the provisioni...
2,993,399,675,028,468,700
Cancels a currently running template deployment. You can cancel a deployment only if the provisioningState is Accepted or Running. After the deployment is canceled, the provisioningState is set to Canceled. Canceling a template deployment stops the currently running template deployment and leaves the resources partial...
sdk/resources/azure-mgmt-resource/azure/mgmt/resource/resources/v2019_08_01/aio/operations/_operations.py
cancel_at_subscription_scope
AikoBB/azure-sdk-for-python
python
@distributed_trace_async async def cancel_at_subscription_scope(self, deployment_name: str, **kwargs: Any) -> None: 'Cancels a currently running template deployment.\n\n You can cancel a deployment only if the provisioningState is Accepted or Running. After the\n deployment is canceled, the provisioni...
@distributed_trace_async async def validate_at_subscription_scope(self, deployment_name: str, parameters: '_models.Deployment', **kwargs: Any) -> '_models.DeploymentValidateResult': 'Validates whether the specified template is syntactically correct and will be accepted by Azure\n Resource Manager..\n\n ...
-5,542,345,338,631,738,000
Validates whether the specified template is syntactically correct and will be accepted by Azure Resource Manager.. :param deployment_name: The name of the deployment. :type deployment_name: str :param parameters: Parameters to validate. :type parameters: ~azure.mgmt.resource.resources.v2019_08_01.models.Deployment :ke...
sdk/resources/azure-mgmt-resource/azure/mgmt/resource/resources/v2019_08_01/aio/operations/_operations.py
validate_at_subscription_scope
AikoBB/azure-sdk-for-python
python
@distributed_trace_async async def validate_at_subscription_scope(self, deployment_name: str, parameters: '_models.Deployment', **kwargs: Any) -> '_models.DeploymentValidateResult': 'Validates whether the specified template is syntactically correct and will be accepted by Azure\n Resource Manager..\n\n ...
@distributed_trace_async async def begin_what_if_at_subscription_scope(self, deployment_name: str, parameters: '_models.DeploymentWhatIf', **kwargs: Any) -> AsyncLROPoller['_models.WhatIfOperationResult']: 'Returns changes that will be made by the deployment if executed at the scope of the\n subscription.\n\...
-7,152,854,858,173,177,000
Returns changes that will be made by the deployment if executed at the scope of the subscription. :param deployment_name: The name of the deployment. :type deployment_name: str :param parameters: Parameters to What If. :type parameters: ~azure.mgmt.resource.resources.v2019_08_01.models.DeploymentWhatIf :keyword callab...
sdk/resources/azure-mgmt-resource/azure/mgmt/resource/resources/v2019_08_01/aio/operations/_operations.py
begin_what_if_at_subscription_scope
AikoBB/azure-sdk-for-python
python
@distributed_trace_async async def begin_what_if_at_subscription_scope(self, deployment_name: str, parameters: '_models.DeploymentWhatIf', **kwargs: Any) -> AsyncLROPoller['_models.WhatIfOperationResult']: 'Returns changes that will be made by the deployment if executed at the scope of the\n subscription.\n\...
@distributed_trace_async async def export_template_at_subscription_scope(self, deployment_name: str, **kwargs: Any) -> '_models.DeploymentExportResult': 'Exports the template used for specified deployment.\n\n :param deployment_name: The name of the deployment.\n :type deployment_name: str\n :k...
3,650,925,487,927,149,000
Exports the template used for specified deployment. :param deployment_name: The name of the deployment. :type deployment_name: str :keyword callable cls: A custom type or function that will be passed the direct response :return: DeploymentExportResult, or the result of cls(response) :rtype: ~azure.mgmt.resource.resour...
sdk/resources/azure-mgmt-resource/azure/mgmt/resource/resources/v2019_08_01/aio/operations/_operations.py
export_template_at_subscription_scope
AikoBB/azure-sdk-for-python
python
@distributed_trace_async async def export_template_at_subscription_scope(self, deployment_name: str, **kwargs: Any) -> '_models.DeploymentExportResult': 'Exports the template used for specified deployment.\n\n :param deployment_name: The name of the deployment.\n :type deployment_name: str\n :k...
@distributed_trace def list_at_subscription_scope(self, filter: Optional[str]=None, top: Optional[int]=None, **kwargs: Any) -> AsyncIterable['_models.DeploymentListResult']: "Get all the deployments for a subscription.\n\n :param filter: The filter to apply on the operation. For example, you can use\n ...
4,056,206,940,501,431,300
Get all the deployments for a subscription. :param filter: The filter to apply on the operation. For example, you can use $filter=provisioningState eq '{state}'. Default value is None. :type filter: str :param top: The number of results to get. If null is passed, returns all deployments. Default value is None. :type...
sdk/resources/azure-mgmt-resource/azure/mgmt/resource/resources/v2019_08_01/aio/operations/_operations.py
list_at_subscription_scope
AikoBB/azure-sdk-for-python
python
@distributed_trace def list_at_subscription_scope(self, filter: Optional[str]=None, top: Optional[int]=None, **kwargs: Any) -> AsyncIterable['_models.DeploymentListResult']: "Get all the deployments for a subscription.\n\n :param filter: The filter to apply on the operation. For example, you can use\n ...
@distributed_trace_async async def begin_delete(self, resource_group_name: str, deployment_name: str, **kwargs: Any) -> AsyncLROPoller[None]: 'Deletes a deployment from the deployment history.\n\n A template deployment that is currently running cannot be deleted. Deleting a template\n deployment remov...
-2,801,076,519,298,536,400
Deletes a deployment from the deployment history. A template deployment that is currently running cannot be deleted. Deleting a template deployment removes the associated deployment operations. Deleting a template deployment does not affect the state of the resource group. This is an asynchronous operation that return...
sdk/resources/azure-mgmt-resource/azure/mgmt/resource/resources/v2019_08_01/aio/operations/_operations.py
begin_delete
AikoBB/azure-sdk-for-python
python
@distributed_trace_async async def begin_delete(self, resource_group_name: str, deployment_name: str, **kwargs: Any) -> AsyncLROPoller[None]: 'Deletes a deployment from the deployment history.\n\n A template deployment that is currently running cannot be deleted. Deleting a template\n deployment remov...
@distributed_trace_async async def check_existence(self, resource_group_name: str, deployment_name: str, **kwargs: Any) -> bool: 'Checks whether the deployment exists.\n\n :param resource_group_name: The name of the resource group with the deployment to check. The\n name is case insensitive.\n ...
-4,889,340,746,919,436,000
Checks whether the deployment exists. :param resource_group_name: The name of the resource group with the deployment to check. The name is case insensitive. :type resource_group_name: str :param deployment_name: The name of the deployment. :type deployment_name: str :keyword callable cls: A custom type or function th...
sdk/resources/azure-mgmt-resource/azure/mgmt/resource/resources/v2019_08_01/aio/operations/_operations.py
check_existence
AikoBB/azure-sdk-for-python
python
@distributed_trace_async async def check_existence(self, resource_group_name: str, deployment_name: str, **kwargs: Any) -> bool: 'Checks whether the deployment exists.\n\n :param resource_group_name: The name of the resource group with the deployment to check. The\n name is case insensitive.\n ...
@distributed_trace_async async def begin_create_or_update(self, resource_group_name: str, deployment_name: str, parameters: '_models.Deployment', **kwargs: Any) -> AsyncLROPoller['_models.DeploymentExtended']: 'Deploys resources to a resource group.\n\n You can provide the template and parameters directly in...
1,888,048,510,984,597,000
Deploys resources to a resource group. You can provide the template and parameters directly in the request or link to JSON files. :param resource_group_name: The name of the resource group to deploy the resources to. The name is case insensitive. The resource group must already exist. :type resource_group_name: str ...
sdk/resources/azure-mgmt-resource/azure/mgmt/resource/resources/v2019_08_01/aio/operations/_operations.py
begin_create_or_update
AikoBB/azure-sdk-for-python
python
@distributed_trace_async async def begin_create_or_update(self, resource_group_name: str, deployment_name: str, parameters: '_models.Deployment', **kwargs: Any) -> AsyncLROPoller['_models.DeploymentExtended']: 'Deploys resources to a resource group.\n\n You can provide the template and parameters directly in...
@distributed_trace_async async def get(self, resource_group_name: str, deployment_name: str, **kwargs: Any) -> '_models.DeploymentExtended': 'Gets a deployment.\n\n :param resource_group_name: The name of the resource group. The name is case insensitive.\n :type resource_group_name: str\n :para...
4,690,986,231,256,878,000
Gets a deployment. :param resource_group_name: The name of the resource group. The name is case insensitive. :type resource_group_name: str :param deployment_name: The name of the deployment. :type deployment_name: str :keyword callable cls: A custom type or function that will be passed the direct response :return: De...
sdk/resources/azure-mgmt-resource/azure/mgmt/resource/resources/v2019_08_01/aio/operations/_operations.py
get
AikoBB/azure-sdk-for-python
python
@distributed_trace_async async def get(self, resource_group_name: str, deployment_name: str, **kwargs: Any) -> '_models.DeploymentExtended': 'Gets a deployment.\n\n :param resource_group_name: The name of the resource group. The name is case insensitive.\n :type resource_group_name: str\n :para...
@distributed_trace_async async def cancel(self, resource_group_name: str, deployment_name: str, **kwargs: Any) -> None: 'Cancels a currently running template deployment.\n\n You can cancel a deployment only if the provisioningState is Accepted or Running. After the\n deployment is canceled, the provis...
-3,968,857,488,888,834,000
Cancels a currently running template deployment. You can cancel a deployment only if the provisioningState is Accepted or Running. After the deployment is canceled, the provisioningState is set to Canceled. Canceling a template deployment stops the currently running template deployment and leaves the resource group pa...
sdk/resources/azure-mgmt-resource/azure/mgmt/resource/resources/v2019_08_01/aio/operations/_operations.py
cancel
AikoBB/azure-sdk-for-python
python
@distributed_trace_async async def cancel(self, resource_group_name: str, deployment_name: str, **kwargs: Any) -> None: 'Cancels a currently running template deployment.\n\n You can cancel a deployment only if the provisioningState is Accepted or Running. After the\n deployment is canceled, the provis...
@distributed_trace_async async def validate(self, resource_group_name: str, deployment_name: str, parameters: '_models.Deployment', **kwargs: Any) -> '_models.DeploymentValidateResult': 'Validates whether the specified template is syntactically correct and will be accepted by Azure\n Resource Manager..\n\n ...
-6,040,123,090,855,222,000
Validates whether the specified template is syntactically correct and will be accepted by Azure Resource Manager.. :param resource_group_name: The name of the resource group the template will be deployed to. The name is case insensitive. :type resource_group_name: str :param deployment_name: The name of the deploymen...
sdk/resources/azure-mgmt-resource/azure/mgmt/resource/resources/v2019_08_01/aio/operations/_operations.py
validate
AikoBB/azure-sdk-for-python
python
@distributed_trace_async async def validate(self, resource_group_name: str, deployment_name: str, parameters: '_models.Deployment', **kwargs: Any) -> '_models.DeploymentValidateResult': 'Validates whether the specified template is syntactically correct and will be accepted by Azure\n Resource Manager..\n\n ...
@distributed_trace_async async def begin_what_if(self, resource_group_name: str, deployment_name: str, parameters: '_models.DeploymentWhatIf', **kwargs: Any) -> AsyncLROPoller['_models.WhatIfOperationResult']: 'Returns changes that will be made by the deployment if executed at the scope of the resource\n gro...
1,938,095,169,450,362,600
Returns changes that will be made by the deployment if executed at the scope of the resource group. :param resource_group_name: The name of the resource group the template will be deployed to. The name is case insensitive. :type resource_group_name: str :param deployment_name: The name of the deployment. :type deploy...
sdk/resources/azure-mgmt-resource/azure/mgmt/resource/resources/v2019_08_01/aio/operations/_operations.py
begin_what_if
AikoBB/azure-sdk-for-python
python
@distributed_trace_async async def begin_what_if(self, resource_group_name: str, deployment_name: str, parameters: '_models.DeploymentWhatIf', **kwargs: Any) -> AsyncLROPoller['_models.WhatIfOperationResult']: 'Returns changes that will be made by the deployment if executed at the scope of the resource\n gro...
@distributed_trace_async async def export_template(self, resource_group_name: str, deployment_name: str, **kwargs: Any) -> '_models.DeploymentExportResult': 'Exports the template used for specified deployment.\n\n :param resource_group_name: The name of the resource group. The name is case insensitive.\n ...
4,771,757,875,697,959,000
Exports the template used for specified deployment. :param resource_group_name: The name of the resource group. The name is case insensitive. :type resource_group_name: str :param deployment_name: The name of the deployment. :type deployment_name: str :keyword callable cls: A custom type or function that will be passe...
sdk/resources/azure-mgmt-resource/azure/mgmt/resource/resources/v2019_08_01/aio/operations/_operations.py
export_template
AikoBB/azure-sdk-for-python
python
@distributed_trace_async async def export_template(self, resource_group_name: str, deployment_name: str, **kwargs: Any) -> '_models.DeploymentExportResult': 'Exports the template used for specified deployment.\n\n :param resource_group_name: The name of the resource group. The name is case insensitive.\n ...
@distributed_trace def list_by_resource_group(self, resource_group_name: str, filter: Optional[str]=None, top: Optional[int]=None, **kwargs: Any) -> AsyncIterable['_models.DeploymentListResult']: "Get all the deployments for a resource group.\n\n :param resource_group_name: The name of the resource group wit...
1,863,758,226,716,605,200
Get all the deployments for a resource group. :param resource_group_name: The name of the resource group with the deployments to get. The name is case insensitive. :type resource_group_name: str :param filter: The filter to apply on the operation. For example, you can use $filter=provisioningState eq '{state}'. Defa...
sdk/resources/azure-mgmt-resource/azure/mgmt/resource/resources/v2019_08_01/aio/operations/_operations.py
list_by_resource_group
AikoBB/azure-sdk-for-python
python
@distributed_trace def list_by_resource_group(self, resource_group_name: str, filter: Optional[str]=None, top: Optional[int]=None, **kwargs: Any) -> AsyncIterable['_models.DeploymentListResult']: "Get all the deployments for a resource group.\n\n :param resource_group_name: The name of the resource group wit...
@distributed_trace_async async def calculate_template_hash(self, template: Any, **kwargs: Any) -> '_models.TemplateHashResult': 'Calculate the hash of the given template.\n\n :param template: The template provided to calculate hash.\n :type template: any\n :keyword callable cls: A custom type o...
-1,916,146,662,565,270,300
Calculate the hash of the given template. :param template: The template provided to calculate hash. :type template: any :keyword callable cls: A custom type or function that will be passed the direct response :return: TemplateHashResult, or the result of cls(response) :rtype: ~azure.mgmt.resource.resources.v2019_08_01...
sdk/resources/azure-mgmt-resource/azure/mgmt/resource/resources/v2019_08_01/aio/operations/_operations.py
calculate_template_hash
AikoBB/azure-sdk-for-python
python
@distributed_trace_async async def calculate_template_hash(self, template: Any, **kwargs: Any) -> '_models.TemplateHashResult': 'Calculate the hash of the given template.\n\n :param template: The template provided to calculate hash.\n :type template: any\n :keyword callable cls: A custom type o...
@distributed_trace_async async def unregister(self, resource_provider_namespace: str, **kwargs: Any) -> '_models.Provider': 'Unregisters a subscription from a resource provider.\n\n :param resource_provider_namespace: The namespace of the resource provider to unregister.\n :type resource_provider_name...
-2,968,052,756,689,409,000
Unregisters a subscription from a resource provider. :param resource_provider_namespace: The namespace of the resource provider to unregister. :type resource_provider_namespace: str :keyword callable cls: A custom type or function that will be passed the direct response :return: Provider, or the result of cls(response...
sdk/resources/azure-mgmt-resource/azure/mgmt/resource/resources/v2019_08_01/aio/operations/_operations.py
unregister
AikoBB/azure-sdk-for-python
python
@distributed_trace_async async def unregister(self, resource_provider_namespace: str, **kwargs: Any) -> '_models.Provider': 'Unregisters a subscription from a resource provider.\n\n :param resource_provider_namespace: The namespace of the resource provider to unregister.\n :type resource_provider_name...
@distributed_trace_async async def register(self, resource_provider_namespace: str, **kwargs: Any) -> '_models.Provider': 'Registers a subscription with a resource provider.\n\n :param resource_provider_namespace: The namespace of the resource provider to register.\n :type resource_provider_namespace:...
-7,865,524,866,861,684,000
Registers a subscription with a resource provider. :param resource_provider_namespace: The namespace of the resource provider to register. :type resource_provider_namespace: str :keyword callable cls: A custom type or function that will be passed the direct response :return: Provider, or the result of cls(response) :r...
sdk/resources/azure-mgmt-resource/azure/mgmt/resource/resources/v2019_08_01/aio/operations/_operations.py
register
AikoBB/azure-sdk-for-python
python
@distributed_trace_async async def register(self, resource_provider_namespace: str, **kwargs: Any) -> '_models.Provider': 'Registers a subscription with a resource provider.\n\n :param resource_provider_namespace: The namespace of the resource provider to register.\n :type resource_provider_namespace:...
@distributed_trace def list(self, top: Optional[int]=None, expand: Optional[str]=None, **kwargs: Any) -> AsyncIterable['_models.ProviderListResult']: 'Gets all resource providers for a subscription.\n\n :param top: The number of results to return. If null is passed returns all deployments. Default\n ...
9,032,360,935,932,921,000
Gets all resource providers for a subscription. :param top: The number of results to return. If null is passed returns all deployments. Default value is None. :type top: int :param expand: The properties to include in the results. For example, use &$expand=metadata in the query string to retrieve resource provider m...
sdk/resources/azure-mgmt-resource/azure/mgmt/resource/resources/v2019_08_01/aio/operations/_operations.py
list
AikoBB/azure-sdk-for-python
python
@distributed_trace def list(self, top: Optional[int]=None, expand: Optional[str]=None, **kwargs: Any) -> AsyncIterable['_models.ProviderListResult']: 'Gets all resource providers for a subscription.\n\n :param top: The number of results to return. If null is passed returns all deployments. Default\n ...
@distributed_trace def list_at_tenant_scope(self, top: Optional[int]=None, expand: Optional[str]=None, **kwargs: Any) -> AsyncIterable['_models.ProviderListResult']: 'Gets all resource providers for the tenant.\n\n :param top: The number of results to return. If null is passed returns all providers. Default\...
4,235,414,483,365,429,000
Gets all resource providers for the tenant. :param top: The number of results to return. If null is passed returns all providers. Default value is None. :type top: int :param expand: The properties to include in the results. For example, use &$expand=metadata in the query string to retrieve resource provider metadat...
sdk/resources/azure-mgmt-resource/azure/mgmt/resource/resources/v2019_08_01/aio/operations/_operations.py
list_at_tenant_scope
AikoBB/azure-sdk-for-python
python
@distributed_trace def list_at_tenant_scope(self, top: Optional[int]=None, expand: Optional[str]=None, **kwargs: Any) -> AsyncIterable['_models.ProviderListResult']: 'Gets all resource providers for the tenant.\n\n :param top: The number of results to return. If null is passed returns all providers. Default\...
@distributed_trace_async async def get(self, resource_provider_namespace: str, expand: Optional[str]=None, **kwargs: Any) -> '_models.Provider': 'Gets the specified resource provider.\n\n :param resource_provider_namespace: The namespace of the resource provider.\n :type resource_provider_namespace: s...
4,436,238,885,857,415,000
Gets the specified resource provider. :param resource_provider_namespace: The namespace of the resource provider. :type resource_provider_namespace: str :param expand: The $expand query parameter. For example, to include property aliases in response, use $expand=resourceTypes/aliases. Default value is None. :type exp...
sdk/resources/azure-mgmt-resource/azure/mgmt/resource/resources/v2019_08_01/aio/operations/_operations.py
get
AikoBB/azure-sdk-for-python
python
@distributed_trace_async async def get(self, resource_provider_namespace: str, expand: Optional[str]=None, **kwargs: Any) -> '_models.Provider': 'Gets the specified resource provider.\n\n :param resource_provider_namespace: The namespace of the resource provider.\n :type resource_provider_namespace: s...
@distributed_trace_async async def get_at_tenant_scope(self, resource_provider_namespace: str, expand: Optional[str]=None, **kwargs: Any) -> '_models.Provider': 'Gets the specified resource provider at the tenant level.\n\n :param resource_provider_namespace: The namespace of the resource provider.\n ...
3,148,811,126,681,976,000
Gets the specified resource provider at the tenant level. :param resource_provider_namespace: The namespace of the resource provider. :type resource_provider_namespace: str :param expand: The $expand query parameter. For example, to include property aliases in response, use $expand=resourceTypes/aliases. Default valu...
sdk/resources/azure-mgmt-resource/azure/mgmt/resource/resources/v2019_08_01/aio/operations/_operations.py
get_at_tenant_scope
AikoBB/azure-sdk-for-python
python
@distributed_trace_async async def get_at_tenant_scope(self, resource_provider_namespace: str, expand: Optional[str]=None, **kwargs: Any) -> '_models.Provider': 'Gets the specified resource provider at the tenant level.\n\n :param resource_provider_namespace: The namespace of the resource provider.\n ...
@distributed_trace def list_by_resource_group(self, resource_group_name: str, filter: Optional[str]=None, expand: Optional[str]=None, top: Optional[int]=None, **kwargs: Any) -> AsyncIterable['_models.ResourceListResult']: "Get all the resources for a resource group.\n\n :param resource_group_name: The resour...
3,465,171,419,629,692,400
Get all the resources for a resource group. :param resource_group_name: The resource group with the resources to get. :type resource_group_name: str :param filter: The filter to apply on the operation.:code:`<br>`:code:`<br>`The properties you can use for eq (equals) or ne (not equals) are: location, resourceType, na...
sdk/resources/azure-mgmt-resource/azure/mgmt/resource/resources/v2019_08_01/aio/operations/_operations.py
list_by_resource_group
AikoBB/azure-sdk-for-python
python
@distributed_trace def list_by_resource_group(self, resource_group_name: str, filter: Optional[str]=None, expand: Optional[str]=None, top: Optional[int]=None, **kwargs: Any) -> AsyncIterable['_models.ResourceListResult']: "Get all the resources for a resource group.\n\n :param resource_group_name: The resour...
@distributed_trace_async async def begin_move_resources(self, source_resource_group_name: str, parameters: '_models.ResourcesMoveInfo', **kwargs: Any) -> AsyncLROPoller[None]: 'Moves resources from one resource group to another resource group.\n\n The resources to move must be in the same source resource gro...
-1,834,338,419,343,244,500
Moves resources from one resource group to another resource group. The resources to move must be in the same source resource group. The target resource group may be in a different subscription. When moving resources, both the source group and the target group are locked for the duration of the operation. Write and del...
sdk/resources/azure-mgmt-resource/azure/mgmt/resource/resources/v2019_08_01/aio/operations/_operations.py
begin_move_resources
AikoBB/azure-sdk-for-python
python
@distributed_trace_async async def begin_move_resources(self, source_resource_group_name: str, parameters: '_models.ResourcesMoveInfo', **kwargs: Any) -> AsyncLROPoller[None]: 'Moves resources from one resource group to another resource group.\n\n The resources to move must be in the same source resource gro...
@distributed_trace_async async def begin_validate_move_resources(self, source_resource_group_name: str, parameters: '_models.ResourcesMoveInfo', **kwargs: Any) -> AsyncLROPoller[None]: 'Validates whether resources can be moved from one resource group to another resource group.\n\n This operation checks wheth...
1,295,103,955,939,565,600
Validates whether resources can be moved from one resource group to another resource group. This operation checks whether the specified resources can be moved to the target. The resources to move must be in the same source resource group. The target resource group may be in a different subscription. If validation succ...
sdk/resources/azure-mgmt-resource/azure/mgmt/resource/resources/v2019_08_01/aio/operations/_operations.py
begin_validate_move_resources
AikoBB/azure-sdk-for-python
python
@distributed_trace_async async def begin_validate_move_resources(self, source_resource_group_name: str, parameters: '_models.ResourcesMoveInfo', **kwargs: Any) -> AsyncLROPoller[None]: 'Validates whether resources can be moved from one resource group to another resource group.\n\n This operation checks wheth...
@distributed_trace def list(self, filter: Optional[str]=None, expand: Optional[str]=None, top: Optional[int]=None, **kwargs: Any) -> AsyncIterable['_models.ResourceListResult']: "Get all the resources in a subscription.\n\n :param filter: The filter to apply on the operation.:code:`<br>`:code:`<br>`The prope...
6,971,919,292,355,769,000
Get all the resources in a subscription. :param filter: The filter to apply on the operation.:code:`<br>`:code:`<br>`The properties you can use for eq (equals) or ne (not equals) are: location, resourceType, name, resourceGroup, identity, identity/principalId, plan, plan/publisher, plan/product, plan/name, plan/vers...
sdk/resources/azure-mgmt-resource/azure/mgmt/resource/resources/v2019_08_01/aio/operations/_operations.py
list
AikoBB/azure-sdk-for-python
python
@distributed_trace def list(self, filter: Optional[str]=None, expand: Optional[str]=None, top: Optional[int]=None, **kwargs: Any) -> AsyncIterable['_models.ResourceListResult']: "Get all the resources in a subscription.\n\n :param filter: The filter to apply on the operation.:code:`<br>`:code:`<br>`The prope...
@distributed_trace_async async def check_existence(self, resource_group_name: str, resource_provider_namespace: str, parent_resource_path: str, resource_type: str, resource_name: str, api_version: str, **kwargs: Any) -> bool: 'Checks whether a resource exists.\n\n :param resource_group_name: The name of the ...
-2,463,412,061,442,969,000
Checks whether a resource exists. :param resource_group_name: The name of the resource group containing the resource to check. The name is case insensitive. :type resource_group_name: str :param resource_provider_namespace: The resource provider of the resource to check. :type resource_provider_namespace: str :param ...
sdk/resources/azure-mgmt-resource/azure/mgmt/resource/resources/v2019_08_01/aio/operations/_operations.py
check_existence
AikoBB/azure-sdk-for-python
python
@distributed_trace_async async def check_existence(self, resource_group_name: str, resource_provider_namespace: str, parent_resource_path: str, resource_type: str, resource_name: str, api_version: str, **kwargs: Any) -> bool: 'Checks whether a resource exists.\n\n :param resource_group_name: The name of the ...
@distributed_trace_async async def begin_delete(self, resource_group_name: str, resource_provider_namespace: str, parent_resource_path: str, resource_type: str, resource_name: str, api_version: str, **kwargs: Any) -> AsyncLROPoller[None]: 'Deletes a resource.\n\n :param resource_group_name: The name of the r...
-7,018,557,983,394,776,000
Deletes a resource. :param resource_group_name: The name of the resource group that contains the resource to delete. The name is case insensitive. :type resource_group_name: str :param resource_provider_namespace: The namespace of the resource provider. :type resource_provider_namespace: str :param parent_resource_pa...
sdk/resources/azure-mgmt-resource/azure/mgmt/resource/resources/v2019_08_01/aio/operations/_operations.py
begin_delete
AikoBB/azure-sdk-for-python
python
@distributed_trace_async async def begin_delete(self, resource_group_name: str, resource_provider_namespace: str, parent_resource_path: str, resource_type: str, resource_name: str, api_version: str, **kwargs: Any) -> AsyncLROPoller[None]: 'Deletes a resource.\n\n :param resource_group_name: The name of the r...
@distributed_trace_async async def begin_create_or_update(self, resource_group_name: str, resource_provider_namespace: str, parent_resource_path: str, resource_type: str, resource_name: str, api_version: str, parameters: '_models.GenericResource', **kwargs: Any) -> AsyncLROPoller['_models.GenericResource']: 'Create...
3,433,010,530,652,796,400
Creates a resource. :param resource_group_name: The name of the resource group for the resource. The name is case insensitive. :type resource_group_name: str :param resource_provider_namespace: The namespace of the resource provider. :type resource_provider_namespace: str :param parent_resource_path: The parent resou...
sdk/resources/azure-mgmt-resource/azure/mgmt/resource/resources/v2019_08_01/aio/operations/_operations.py
begin_create_or_update
AikoBB/azure-sdk-for-python
python
@distributed_trace_async async def begin_create_or_update(self, resource_group_name: str, resource_provider_namespace: str, parent_resource_path: str, resource_type: str, resource_name: str, api_version: str, parameters: '_models.GenericResource', **kwargs: Any) -> AsyncLROPoller['_models.GenericResource']: 'Create...
@distributed_trace_async async def begin_update(self, resource_group_name: str, resource_provider_namespace: str, parent_resource_path: str, resource_type: str, resource_name: str, api_version: str, parameters: '_models.GenericResource', **kwargs: Any) -> AsyncLROPoller['_models.GenericResource']: 'Updates a resour...
5,476,888,058,151,218,000
Updates a resource. :param resource_group_name: The name of the resource group for the resource. The name is case insensitive. :type resource_group_name: str :param resource_provider_namespace: The namespace of the resource provider. :type resource_provider_namespace: str :param parent_resource_path: The parent resou...
sdk/resources/azure-mgmt-resource/azure/mgmt/resource/resources/v2019_08_01/aio/operations/_operations.py
begin_update
AikoBB/azure-sdk-for-python
python
@distributed_trace_async async def begin_update(self, resource_group_name: str, resource_provider_namespace: str, parent_resource_path: str, resource_type: str, resource_name: str, api_version: str, parameters: '_models.GenericResource', **kwargs: Any) -> AsyncLROPoller['_models.GenericResource']: 'Updates a resour...
@distributed_trace_async async def get(self, resource_group_name: str, resource_provider_namespace: str, parent_resource_path: str, resource_type: str, resource_name: str, api_version: str, **kwargs: Any) -> '_models.GenericResource': 'Gets a resource.\n\n :param resource_group_name: The name of the resource...
-3,891,930,686,878,597,000
Gets a resource. :param resource_group_name: The name of the resource group containing the resource to get. The name is case insensitive. :type resource_group_name: str :param resource_provider_namespace: The namespace of the resource provider. :type resource_provider_namespace: str :param parent_resource_path: The p...
sdk/resources/azure-mgmt-resource/azure/mgmt/resource/resources/v2019_08_01/aio/operations/_operations.py
get
AikoBB/azure-sdk-for-python
python
@distributed_trace_async async def get(self, resource_group_name: str, resource_provider_namespace: str, parent_resource_path: str, resource_type: str, resource_name: str, api_version: str, **kwargs: Any) -> '_models.GenericResource': 'Gets a resource.\n\n :param resource_group_name: The name of the resource...
@distributed_trace_async async def check_existence_by_id(self, resource_id: str, api_version: str, **kwargs: Any) -> bool: 'Checks by ID whether a resource exists.\n\n :param resource_id: The fully qualified ID of the resource, including the resource name and\n resource type. Use the format,\n ...
8,234,824,791,216,713,000
Checks by ID whether a resource exists. :param resource_id: The fully qualified ID of the resource, including the resource name and resource type. Use the format, /subscriptions/{guid}/resourceGroups/{resource-group-name}/{resource-provider-namespace}/{resource-type}/{resource-name}. :type resource_id: str :param ap...
sdk/resources/azure-mgmt-resource/azure/mgmt/resource/resources/v2019_08_01/aio/operations/_operations.py
check_existence_by_id
AikoBB/azure-sdk-for-python
python
@distributed_trace_async async def check_existence_by_id(self, resource_id: str, api_version: str, **kwargs: Any) -> bool: 'Checks by ID whether a resource exists.\n\n :param resource_id: The fully qualified ID of the resource, including the resource name and\n resource type. Use the format,\n ...
@distributed_trace_async async def begin_delete_by_id(self, resource_id: str, api_version: str, **kwargs: Any) -> AsyncLROPoller[None]: 'Deletes a resource by ID.\n\n :param resource_id: The fully qualified ID of the resource, including the resource name and\n resource type. Use the format,\n ...
8,440,762,345,902,372,000
Deletes a resource by ID. :param resource_id: The fully qualified ID of the resource, including the resource name and resource type. Use the format, /subscriptions/{guid}/resourceGroups/{resource-group-name}/{resource-provider-namespace}/{resource-type}/{resource-name}. :type resource_id: str :param api_version: The...
sdk/resources/azure-mgmt-resource/azure/mgmt/resource/resources/v2019_08_01/aio/operations/_operations.py
begin_delete_by_id
AikoBB/azure-sdk-for-python
python
@distributed_trace_async async def begin_delete_by_id(self, resource_id: str, api_version: str, **kwargs: Any) -> AsyncLROPoller[None]: 'Deletes a resource by ID.\n\n :param resource_id: The fully qualified ID of the resource, including the resource name and\n resource type. Use the format,\n ...
@distributed_trace_async async def begin_create_or_update_by_id(self, resource_id: str, api_version: str, parameters: '_models.GenericResource', **kwargs: Any) -> AsyncLROPoller['_models.GenericResource']: 'Create a resource by ID.\n\n :param resource_id: The fully qualified ID of the resource, including the...
-4,271,799,420,108,345,000
Create a resource by ID. :param resource_id: The fully qualified ID of the resource, including the resource name and resource type. Use the format, /subscriptions/{guid}/resourceGroups/{resource-group-name}/{resource-provider-namespace}/{resource-type}/{resource-name}. :type resource_id: str :param api_version: The ...
sdk/resources/azure-mgmt-resource/azure/mgmt/resource/resources/v2019_08_01/aio/operations/_operations.py
begin_create_or_update_by_id
AikoBB/azure-sdk-for-python
python
@distributed_trace_async async def begin_create_or_update_by_id(self, resource_id: str, api_version: str, parameters: '_models.GenericResource', **kwargs: Any) -> AsyncLROPoller['_models.GenericResource']: 'Create a resource by ID.\n\n :param resource_id: The fully qualified ID of the resource, including the...
@distributed_trace_async async def begin_update_by_id(self, resource_id: str, api_version: str, parameters: '_models.GenericResource', **kwargs: Any) -> AsyncLROPoller['_models.GenericResource']: 'Updates a resource by ID.\n\n :param resource_id: The fully qualified ID of the resource, including the resource...
-2,791,472,584,120,616,400
Updates a resource by ID. :param resource_id: The fully qualified ID of the resource, including the resource name and resource type. Use the format, /subscriptions/{guid}/resourceGroups/{resource-group-name}/{resource-provider-namespace}/{resource-type}/{resource-name}. :type resource_id: str :param api_version: The...
sdk/resources/azure-mgmt-resource/azure/mgmt/resource/resources/v2019_08_01/aio/operations/_operations.py
begin_update_by_id
AikoBB/azure-sdk-for-python
python
@distributed_trace_async async def begin_update_by_id(self, resource_id: str, api_version: str, parameters: '_models.GenericResource', **kwargs: Any) -> AsyncLROPoller['_models.GenericResource']: 'Updates a resource by ID.\n\n :param resource_id: The fully qualified ID of the resource, including the resource...
@distributed_trace_async async def get_by_id(self, resource_id: str, api_version: str, **kwargs: Any) -> '_models.GenericResource': 'Gets a resource by ID.\n\n :param resource_id: The fully qualified ID of the resource, including the resource name and\n resource type. Use the format,\n /subsc...
3,387,436,440,744,711,000
Gets a resource by ID. :param resource_id: The fully qualified ID of the resource, including the resource name and resource type. Use the format, /subscriptions/{guid}/resourceGroups/{resource-group-name}/{resource-provider-namespace}/{resource-type}/{resource-name}. :type resource_id: str :param api_version: The AP...
sdk/resources/azure-mgmt-resource/azure/mgmt/resource/resources/v2019_08_01/aio/operations/_operations.py
get_by_id
AikoBB/azure-sdk-for-python
python
@distributed_trace_async async def get_by_id(self, resource_id: str, api_version: str, **kwargs: Any) -> '_models.GenericResource': 'Gets a resource by ID.\n\n :param resource_id: The fully qualified ID of the resource, including the resource name and\n resource type. Use the format,\n /subsc...
@distributed_trace_async async def check_existence(self, resource_group_name: str, **kwargs: Any) -> bool: 'Checks whether a resource group exists.\n\n :param resource_group_name: The name of the resource group to check. The name is case\n insensitive.\n :type resource_group_name: str\n ...
-656,849,533,764,817,800
Checks whether a resource group exists. :param resource_group_name: The name of the resource group to check. The name is case insensitive. :type resource_group_name: str :keyword callable cls: A custom type or function that will be passed the direct response :return: bool, or the result of cls(response) :rtype: bool ...
sdk/resources/azure-mgmt-resource/azure/mgmt/resource/resources/v2019_08_01/aio/operations/_operations.py
check_existence
AikoBB/azure-sdk-for-python
python
@distributed_trace_async async def check_existence(self, resource_group_name: str, **kwargs: Any) -> bool: 'Checks whether a resource group exists.\n\n :param resource_group_name: The name of the resource group to check. The name is case\n insensitive.\n :type resource_group_name: str\n ...
@distributed_trace_async async def create_or_update(self, resource_group_name: str, parameters: '_models.ResourceGroup', **kwargs: Any) -> '_models.ResourceGroup': 'Creates or updates a resource group.\n\n :param resource_group_name: The name of the resource group to create or update. Can include\n a...
-7,668,671,716,154,610,000
Creates or updates a resource group. :param resource_group_name: The name of the resource group to create or update. Can include alphanumeric, underscore, parentheses, hyphen, period (except at end), and Unicode characters that match the allowed characters. :type resource_group_name: str :param parameters: Parameter...
sdk/resources/azure-mgmt-resource/azure/mgmt/resource/resources/v2019_08_01/aio/operations/_operations.py
create_or_update
AikoBB/azure-sdk-for-python
python
@distributed_trace_async async def create_or_update(self, resource_group_name: str, parameters: '_models.ResourceGroup', **kwargs: Any) -> '_models.ResourceGroup': 'Creates or updates a resource group.\n\n :param resource_group_name: The name of the resource group to create or update. Can include\n a...
@distributed_trace_async async def begin_delete(self, resource_group_name: str, **kwargs: Any) -> AsyncLROPoller[None]: 'Deletes a resource group.\n\n When you delete a resource group, all of its resources are also deleted. Deleting a resource\n group deletes all of its template deployments and curren...
2,531,146,247,266,177,500
Deletes a resource group. When you delete a resource group, all of its resources are also deleted. Deleting a resource group deletes all of its template deployments and currently stored operations. :param resource_group_name: The name of the resource group to delete. The name is case insensitive. :type resource_grou...
sdk/resources/azure-mgmt-resource/azure/mgmt/resource/resources/v2019_08_01/aio/operations/_operations.py
begin_delete
AikoBB/azure-sdk-for-python
python
@distributed_trace_async async def begin_delete(self, resource_group_name: str, **kwargs: Any) -> AsyncLROPoller[None]: 'Deletes a resource group.\n\n When you delete a resource group, all of its resources are also deleted. Deleting a resource\n group deletes all of its template deployments and curren...
@distributed_trace_async async def get(self, resource_group_name: str, **kwargs: Any) -> '_models.ResourceGroup': 'Gets a resource group.\n\n :param resource_group_name: The name of the resource group to get. The name is case\n insensitive.\n :type resource_group_name: str\n :keyword ca...
-5,892,831,154,869,291,000
Gets a resource group. :param resource_group_name: The name of the resource group to get. The name is case insensitive. :type resource_group_name: str :keyword callable cls: A custom type or function that will be passed the direct response :return: ResourceGroup, or the result of cls(response) :rtype: ~azure.mgmt.res...
sdk/resources/azure-mgmt-resource/azure/mgmt/resource/resources/v2019_08_01/aio/operations/_operations.py
get
AikoBB/azure-sdk-for-python
python
@distributed_trace_async async def get(self, resource_group_name: str, **kwargs: Any) -> '_models.ResourceGroup': 'Gets a resource group.\n\n :param resource_group_name: The name of the resource group to get. The name is case\n insensitive.\n :type resource_group_name: str\n :keyword ca...
@distributed_trace_async async def update(self, resource_group_name: str, parameters: '_models.ResourceGroupPatchable', **kwargs: Any) -> '_models.ResourceGroup': 'Updates a resource group.\n\n Resource groups can be updated through a simple PATCH operation to a group address. The format\n of the requ...
7,230,138,605,993,320,000
Updates a resource group. Resource groups can be updated through a simple PATCH operation to a group address. The format of the request is the same as that for creating a resource group. If a field is unspecified, the current value is retained. :param resource_group_name: The name of the resource group to update. The...
sdk/resources/azure-mgmt-resource/azure/mgmt/resource/resources/v2019_08_01/aio/operations/_operations.py
update
AikoBB/azure-sdk-for-python
python
@distributed_trace_async async def update(self, resource_group_name: str, parameters: '_models.ResourceGroupPatchable', **kwargs: Any) -> '_models.ResourceGroup': 'Updates a resource group.\n\n Resource groups can be updated through a simple PATCH operation to a group address. The format\n of the requ...
@distributed_trace_async async def begin_export_template(self, resource_group_name: str, parameters: '_models.ExportTemplateRequest', **kwargs: Any) -> AsyncLROPoller['_models.ResourceGroupExportResult']: 'Captures the specified resource group as a template.\n\n :param resource_group_name: The name of the re...
2,768,974,371,772,113,000
Captures the specified resource group as a template. :param resource_group_name: The name of the resource group. The name is case insensitive. :type resource_group_name: str :param parameters: Parameters for exporting the template. :type parameters: ~azure.mgmt.resource.resources.v2019_08_01.models.ExportTemplateReque...
sdk/resources/azure-mgmt-resource/azure/mgmt/resource/resources/v2019_08_01/aio/operations/_operations.py
begin_export_template
AikoBB/azure-sdk-for-python
python
@distributed_trace_async async def begin_export_template(self, resource_group_name: str, parameters: '_models.ExportTemplateRequest', **kwargs: Any) -> AsyncLROPoller['_models.ResourceGroupExportResult']: 'Captures the specified resource group as a template.\n\n :param resource_group_name: The name of the re...
@distributed_trace def list(self, filter: Optional[str]=None, top: Optional[int]=None, **kwargs: Any) -> AsyncIterable['_models.ResourceGroupListResult']: "Gets all the resource groups for a subscription.\n\n :param filter: The filter to apply on the operation.:code:`<br>`:code:`<br>`You can filter by\n ...
-6,487,294,508,930,864,000
Gets all the resource groups for a subscription. :param filter: The filter to apply on the operation.:code:`<br>`:code:`<br>`You can filter by tag names and values. For example, to filter for a tag name and value, use $filter=tagName eq 'tag1' and tagValue eq 'Value1'. Default value is None. :type filter: str :param...
sdk/resources/azure-mgmt-resource/azure/mgmt/resource/resources/v2019_08_01/aio/operations/_operations.py
list
AikoBB/azure-sdk-for-python
python
@distributed_trace def list(self, filter: Optional[str]=None, top: Optional[int]=None, **kwargs: Any) -> AsyncIterable['_models.ResourceGroupListResult']: "Gets all the resource groups for a subscription.\n\n :param filter: The filter to apply on the operation.:code:`<br>`:code:`<br>`You can filter by\n ...
@distributed_trace_async async def delete_value(self, tag_name: str, tag_value: str, **kwargs: Any) -> None: 'Deletes a tag value.\n\n :param tag_name: The name of the tag.\n :type tag_name: str\n :param tag_value: The value of the tag to delete.\n :type tag_value: str\n :keyword ...
5,019,277,515,806,058,000
Deletes a tag value. :param tag_name: The name of the tag. :type tag_name: str :param tag_value: The value of the tag to delete. :type tag_value: str :keyword callable cls: A custom type or function that will be passed the direct response :return: None, or the result of cls(response) :rtype: None :raises: ~azure.core....
sdk/resources/azure-mgmt-resource/azure/mgmt/resource/resources/v2019_08_01/aio/operations/_operations.py
delete_value
AikoBB/azure-sdk-for-python
python
@distributed_trace_async async def delete_value(self, tag_name: str, tag_value: str, **kwargs: Any) -> None: 'Deletes a tag value.\n\n :param tag_name: The name of the tag.\n :type tag_name: str\n :param tag_value: The value of the tag to delete.\n :type tag_value: str\n :keyword ...
@distributed_trace_async async def create_or_update_value(self, tag_name: str, tag_value: str, **kwargs: Any) -> '_models.TagValue': 'Creates a tag value. The name of the tag must already exist.\n\n :param tag_name: The name of the tag.\n :type tag_name: str\n :param tag_value: The value of the...
3,649,543,177,623,293,400
Creates a tag value. The name of the tag must already exist. :param tag_name: The name of the tag. :type tag_name: str :param tag_value: The value of the tag to create. :type tag_value: str :keyword callable cls: A custom type or function that will be passed the direct response :return: TagValue, or the result of cls(...
sdk/resources/azure-mgmt-resource/azure/mgmt/resource/resources/v2019_08_01/aio/operations/_operations.py
create_or_update_value
AikoBB/azure-sdk-for-python
python
@distributed_trace_async async def create_or_update_value(self, tag_name: str, tag_value: str, **kwargs: Any) -> '_models.TagValue': 'Creates a tag value. The name of the tag must already exist.\n\n :param tag_name: The name of the tag.\n :type tag_name: str\n :param tag_value: The value of the...
@distributed_trace_async async def create_or_update(self, tag_name: str, **kwargs: Any) -> '_models.TagDetails': 'Creates a tag in the subscription.\n\n The tag name can have a maximum of 512 characters and is case insensitive. Tag names created by\n Azure have prefixes of microsoft, azure, or windows...
5,787,831,473,035,958,000
Creates a tag in the subscription. The tag name can have a maximum of 512 characters and is case insensitive. Tag names created by Azure have prefixes of microsoft, azure, or windows. You cannot create tags with one of these prefixes. :param tag_name: The name of the tag to create. :type tag_name: str :keyword callab...
sdk/resources/azure-mgmt-resource/azure/mgmt/resource/resources/v2019_08_01/aio/operations/_operations.py
create_or_update
AikoBB/azure-sdk-for-python
python
@distributed_trace_async async def create_or_update(self, tag_name: str, **kwargs: Any) -> '_models.TagDetails': 'Creates a tag in the subscription.\n\n The tag name can have a maximum of 512 characters and is case insensitive. Tag names created by\n Azure have prefixes of microsoft, azure, or windows...
@distributed_trace_async async def delete(self, tag_name: str, **kwargs: Any) -> None: 'Deletes a tag from the subscription.\n\n You must remove all values from a resource tag before you can delete it.\n\n :param tag_name: The name of the tag.\n :type tag_name: str\n :keyword callable cl...
7,871,289,252,524,633,000
Deletes a tag from the subscription. You must remove all values from a resource tag before you can delete it. :param tag_name: The name of the tag. :type tag_name: str :keyword callable cls: A custom type or function that will be passed the direct response :return: None, or the result of cls(response) :rtype: None :r...
sdk/resources/azure-mgmt-resource/azure/mgmt/resource/resources/v2019_08_01/aio/operations/_operations.py
delete
AikoBB/azure-sdk-for-python
python
@distributed_trace_async async def delete(self, tag_name: str, **kwargs: Any) -> None: 'Deletes a tag from the subscription.\n\n You must remove all values from a resource tag before you can delete it.\n\n :param tag_name: The name of the tag.\n :type tag_name: str\n :keyword callable cl...
@distributed_trace def list(self, **kwargs: Any) -> AsyncIterable['_models.TagsListResult']: 'Gets the names and values of all resource tags that are defined in a subscription.\n\n :keyword callable cls: A custom type or function that will be passed the direct response\n :return: An iterator like inst...
-1,893,800,081,539,016,000
Gets the names and values of all resource tags that are defined in a subscription. :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either TagsListResult or the result of cls(response) :rtype: ~azure.core.async_paging.AsyncItemPaged[~azure....
sdk/resources/azure-mgmt-resource/azure/mgmt/resource/resources/v2019_08_01/aio/operations/_operations.py
list
AikoBB/azure-sdk-for-python
python
@distributed_trace def list(self, **kwargs: Any) -> AsyncIterable['_models.TagsListResult']: 'Gets the names and values of all resource tags that are defined in a subscription.\n\n :keyword callable cls: A custom type or function that will be passed the direct response\n :return: An iterator like inst...
@distributed_trace_async async def get_at_scope(self, scope: str, deployment_name: str, operation_id: str, **kwargs: Any) -> '_models.DeploymentOperation': 'Gets a deployments operation.\n\n :param scope: The scope of a deployment.\n :type scope: str\n :param deployment_name: The name of the de...
2,441,306,233,454,527,500
Gets a deployments operation. :param scope: The scope of a deployment. :type scope: str :param deployment_name: The name of the deployment. :type deployment_name: str :param operation_id: The ID of the operation to get. :type operation_id: str :keyword callable cls: A custom type or function that will be passed the di...
sdk/resources/azure-mgmt-resource/azure/mgmt/resource/resources/v2019_08_01/aio/operations/_operations.py
get_at_scope
AikoBB/azure-sdk-for-python
python
@distributed_trace_async async def get_at_scope(self, scope: str, deployment_name: str, operation_id: str, **kwargs: Any) -> '_models.DeploymentOperation': 'Gets a deployments operation.\n\n :param scope: The scope of a deployment.\n :type scope: str\n :param deployment_name: The name of the de...
@distributed_trace def list_at_scope(self, scope: str, deployment_name: str, top: Optional[int]=None, **kwargs: Any) -> AsyncIterable['_models.DeploymentOperationsListResult']: 'Gets all deployments operations for a deployment.\n\n :param scope: The scope of a deployment.\n :type scope: str\n :...
3,967,768,216,409,222,700
Gets all deployments operations for a deployment. :param scope: The scope of a deployment. :type scope: str :param deployment_name: The name of the deployment. :type deployment_name: str :param top: The number of results to return. Default value is None. :type top: int :keyword callable cls: A custom type or function ...
sdk/resources/azure-mgmt-resource/azure/mgmt/resource/resources/v2019_08_01/aio/operations/_operations.py
list_at_scope
AikoBB/azure-sdk-for-python
python
@distributed_trace def list_at_scope(self, scope: str, deployment_name: str, top: Optional[int]=None, **kwargs: Any) -> AsyncIterable['_models.DeploymentOperationsListResult']: 'Gets all deployments operations for a deployment.\n\n :param scope: The scope of a deployment.\n :type scope: str\n :...
@distributed_trace_async async def get_at_tenant_scope(self, deployment_name: str, operation_id: str, **kwargs: Any) -> '_models.DeploymentOperation': 'Gets a deployments operation.\n\n :param deployment_name: The name of the deployment.\n :type deployment_name: str\n :param operation_id: The I...
-1,461,877,026,801,265,700
Gets a deployments operation. :param deployment_name: The name of the deployment. :type deployment_name: str :param operation_id: The ID of the operation to get. :type operation_id: str :keyword callable cls: A custom type or function that will be passed the direct response :return: DeploymentOperation, or the result ...
sdk/resources/azure-mgmt-resource/azure/mgmt/resource/resources/v2019_08_01/aio/operations/_operations.py
get_at_tenant_scope
AikoBB/azure-sdk-for-python
python
@distributed_trace_async async def get_at_tenant_scope(self, deployment_name: str, operation_id: str, **kwargs: Any) -> '_models.DeploymentOperation': 'Gets a deployments operation.\n\n :param deployment_name: The name of the deployment.\n :type deployment_name: str\n :param operation_id: The I...
@distributed_trace def list_at_tenant_scope(self, deployment_name: str, top: Optional[int]=None, **kwargs: Any) -> AsyncIterable['_models.DeploymentOperationsListResult']: 'Gets all deployments operations for a deployment.\n\n :param deployment_name: The name of the deployment.\n :type deployment_name...
7,224,701,935,145,465,000
Gets all deployments operations for a deployment. :param deployment_name: The name of the deployment. :type deployment_name: str :param top: The number of results to return. Default value is None. :type top: int :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterat...
sdk/resources/azure-mgmt-resource/azure/mgmt/resource/resources/v2019_08_01/aio/operations/_operations.py
list_at_tenant_scope
AikoBB/azure-sdk-for-python
python
@distributed_trace def list_at_tenant_scope(self, deployment_name: str, top: Optional[int]=None, **kwargs: Any) -> AsyncIterable['_models.DeploymentOperationsListResult']: 'Gets all deployments operations for a deployment.\n\n :param deployment_name: The name of the deployment.\n :type deployment_name...
@distributed_trace_async async def get_at_management_group_scope(self, group_id: str, deployment_name: str, operation_id: str, **kwargs: Any) -> '_models.DeploymentOperation': 'Gets a deployments operation.\n\n :param group_id: The management group ID.\n :type group_id: str\n :param deployment_...
-5,198,545,124,341,523,000
Gets a deployments operation. :param group_id: The management group ID. :type group_id: str :param deployment_name: The name of the deployment. :type deployment_name: str :param operation_id: The ID of the operation to get. :type operation_id: str :keyword callable cls: A custom type or function that will be passed th...
sdk/resources/azure-mgmt-resource/azure/mgmt/resource/resources/v2019_08_01/aio/operations/_operations.py
get_at_management_group_scope
AikoBB/azure-sdk-for-python
python
@distributed_trace_async async def get_at_management_group_scope(self, group_id: str, deployment_name: str, operation_id: str, **kwargs: Any) -> '_models.DeploymentOperation': 'Gets a deployments operation.\n\n :param group_id: The management group ID.\n :type group_id: str\n :param deployment_...
@distributed_trace def list_at_management_group_scope(self, group_id: str, deployment_name: str, top: Optional[int]=None, **kwargs: Any) -> AsyncIterable['_models.DeploymentOperationsListResult']: 'Gets all deployments operations for a deployment.\n\n :param group_id: The management group ID.\n :type ...
1,840,978,768,811,161,900
Gets all deployments operations for a deployment. :param group_id: The management group ID. :type group_id: str :param deployment_name: The name of the deployment. :type deployment_name: str :param top: The number of results to return. Default value is None. :type top: int :keyword callable cls: A custom type or funct...
sdk/resources/azure-mgmt-resource/azure/mgmt/resource/resources/v2019_08_01/aio/operations/_operations.py
list_at_management_group_scope
AikoBB/azure-sdk-for-python
python
@distributed_trace def list_at_management_group_scope(self, group_id: str, deployment_name: str, top: Optional[int]=None, **kwargs: Any) -> AsyncIterable['_models.DeploymentOperationsListResult']: 'Gets all deployments operations for a deployment.\n\n :param group_id: The management group ID.\n :type ...
@distributed_trace_async async def get_at_subscription_scope(self, deployment_name: str, operation_id: str, **kwargs: Any) -> '_models.DeploymentOperation': 'Gets a deployments operation.\n\n :param deployment_name: The name of the deployment.\n :type deployment_name: str\n :param operation_id:...
-465,771,385,816,491,460
Gets a deployments operation. :param deployment_name: The name of the deployment. :type deployment_name: str :param operation_id: The ID of the operation to get. :type operation_id: str :keyword callable cls: A custom type or function that will be passed the direct response :return: DeploymentOperation, or the result ...
sdk/resources/azure-mgmt-resource/azure/mgmt/resource/resources/v2019_08_01/aio/operations/_operations.py
get_at_subscription_scope
AikoBB/azure-sdk-for-python
python
@distributed_trace_async async def get_at_subscription_scope(self, deployment_name: str, operation_id: str, **kwargs: Any) -> '_models.DeploymentOperation': 'Gets a deployments operation.\n\n :param deployment_name: The name of the deployment.\n :type deployment_name: str\n :param operation_id:...
@distributed_trace def list_at_subscription_scope(self, deployment_name: str, top: Optional[int]=None, **kwargs: Any) -> AsyncIterable['_models.DeploymentOperationsListResult']: 'Gets all deployments operations for a deployment.\n\n :param deployment_name: The name of the deployment.\n :type deploymen...
2,163,602,836,924,543,700
Gets all deployments operations for a deployment. :param deployment_name: The name of the deployment. :type deployment_name: str :param top: The number of results to return. Default value is None. :type top: int :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterat...
sdk/resources/azure-mgmt-resource/azure/mgmt/resource/resources/v2019_08_01/aio/operations/_operations.py
list_at_subscription_scope
AikoBB/azure-sdk-for-python
python
@distributed_trace def list_at_subscription_scope(self, deployment_name: str, top: Optional[int]=None, **kwargs: Any) -> AsyncIterable['_models.DeploymentOperationsListResult']: 'Gets all deployments operations for a deployment.\n\n :param deployment_name: The name of the deployment.\n :type deploymen...
@distributed_trace_async async def get(self, resource_group_name: str, deployment_name: str, operation_id: str, **kwargs: Any) -> '_models.DeploymentOperation': 'Gets a deployments operation.\n\n :param resource_group_name: The name of the resource group. The name is case insensitive.\n :type resource...
5,854,930,461,822,493,000
Gets a deployments operation. :param resource_group_name: The name of the resource group. The name is case insensitive. :type resource_group_name: str :param deployment_name: The name of the deployment. :type deployment_name: str :param operation_id: The ID of the operation to get. :type operation_id: str :keyword cal...
sdk/resources/azure-mgmt-resource/azure/mgmt/resource/resources/v2019_08_01/aio/operations/_operations.py
get
AikoBB/azure-sdk-for-python
python
@distributed_trace_async async def get(self, resource_group_name: str, deployment_name: str, operation_id: str, **kwargs: Any) -> '_models.DeploymentOperation': 'Gets a deployments operation.\n\n :param resource_group_name: The name of the resource group. The name is case insensitive.\n :type resource...
@distributed_trace def list(self, resource_group_name: str, deployment_name: str, top: Optional[int]=None, **kwargs: Any) -> AsyncIterable['_models.DeploymentOperationsListResult']: 'Gets all deployments operations for a deployment.\n\n :param resource_group_name: The name of the resource group. The name is ...
1,584,671,368,250,146,800
Gets all deployments operations for a deployment. :param resource_group_name: The name of the resource group. The name is case insensitive. :type resource_group_name: str :param deployment_name: The name of the deployment. :type deployment_name: str :param top: The number of results to return. Default value is None. :...
sdk/resources/azure-mgmt-resource/azure/mgmt/resource/resources/v2019_08_01/aio/operations/_operations.py
list
AikoBB/azure-sdk-for-python
python
@distributed_trace def list(self, resource_group_name: str, deployment_name: str, top: Optional[int]=None, **kwargs: Any) -> AsyncIterable['_models.DeploymentOperationsListResult']: 'Gets all deployments operations for a deployment.\n\n :param resource_group_name: The name of the resource group. The name is ...
def __getitem__(self, name): ' check contents dictionary to allow dict like access to service layers' if (name in list(self.__getattribute__('contents').keys())): return self.__getattribute__('contents')[name] else: raise KeyError(('No content named %s' % name))
3,784,737,241,897,764,000
check contents dictionary to allow dict like access to service layers
owslib/coverage/wcs100.py
__getitem__
ferreteleco/OWSLib
python
def __getitem__(self, name): ' ' if (name in list(self.__getattribute__('contents').keys())): return self.__getattribute__('contents')[name] else: raise KeyError(('No content named %s' % name))
def items(self): 'supports dict-like items() access' items = [] for item in self.contents: items.append((item, self.contents[item])) return items
5,470,139,743,979,629,000
supports dict-like items() access
owslib/coverage/wcs100.py
items
ferreteleco/OWSLib
python
def items(self): items = [] for item in self.contents: items.append((item, self.contents[item])) return items
def getCoverage(self, identifier=None, bbox=None, time=None, format=None, crs=None, width=None, height=None, resx=None, resy=None, resz=None, parameter=None, method='Get', timeout=30, **kwargs): "Request and return a coverage from the WCS as a file-like object\n note: additional **kwargs helps with multi-ver...
-6,503,268,660,572,574,000
Request and return a coverage from the WCS as a file-like object note: additional **kwargs helps with multi-version implementation core keyword arguments should be supported cross version example: cvg=wcs.getCoverage(identifier=['TuMYrRQ4'], timeSequence=['2792-06-01T00:00:00.0'], bbox=(-112,36,-106,41), ...
owslib/coverage/wcs100.py
getCoverage
ferreteleco/OWSLib
python
def getCoverage(self, identifier=None, bbox=None, time=None, format=None, crs=None, width=None, height=None, resx=None, resy=None, resz=None, parameter=None, method='Get', timeout=30, **kwargs): "Request and return a coverage from the WCS as a file-like object\n note: additional **kwargs helps with multi-ver...
def getOperationByName(self, name): 'Return a named operation item.' for item in self.operations: if (item.name == name): return item raise KeyError(('No operation named %s' % name))
-9,217,597,687,808,163,000
Return a named operation item.
owslib/coverage/wcs100.py
getOperationByName
ferreteleco/OWSLib
python
def getOperationByName(self, name): for item in self.operations: if (item.name == name): return item raise KeyError(('No operation named %s' % name))
def __init__(self, elem): '.' self.name = elem.tag.split('}')[1] self.methods = [] for resource in elem.findall((((ns('DCPType/') + ns('HTTP/')) + ns('Get/')) + ns('OnlineResource'))): url = resource.attrib['{http://www.w3.org/1999/xlink}href'] self.methods.append({'type': 'Get', 'url': ...
-2,639,811,581,629,328,000
.
owslib/coverage/wcs100.py
__init__
ferreteleco/OWSLib
python
def __init__(self, elem): selfname = elemtagsplit('}')[1] selfmethods = [] for resource in elemfindall((((ns('DCPType/') + ns('HTTP/')) + ns('Get/')) + ns('OnlineResource'))): url = resourceattrib['{http://wwww3org/1999/xlink}href'] selfmethodsappend({'type': 'Get', 'url': url}) for...
def __init__(self, elem, service): 'Initialize. service is required so that describeCoverage requests may be made' self._elem = elem self._service = service self.id = elem.find(ns('name')).text self.title = testXMLValue(elem.find(ns('label'))) self.abstract = testXMLValue(elem.find(ns('descripti...
-5,759,605,786,622,049,000
Initialize. service is required so that describeCoverage requests may be made
owslib/coverage/wcs100.py
__init__
ferreteleco/OWSLib
python
def __init__(self, elem, service): self._elem = elem self._service = service self.id = elem.find(ns('name')).text self.title = testXMLValue(elem.find(ns('label'))) self.abstract = testXMLValue(elem.find(ns('description'))) self.keywords = [f.text for f in elem.findall(((ns('keywords') + '/'...
def _getOtherBoundingBoxes(self): ' incomplete, should return other bounding boxes not in WGS84\n #TODO: find any other bounding boxes. Need to check for gml:EnvelopeWithTimePeriod.' bboxes = [] if (not hasattr(self, 'descCov')): self.descCov = self._service.getDescribeCoverage(self.id) ...
-7,268,395,684,310,349,000
incomplete, should return other bounding boxes not in WGS84 #TODO: find any other bounding boxes. Need to check for gml:EnvelopeWithTimePeriod.
owslib/coverage/wcs100.py
_getOtherBoundingBoxes
ferreteleco/OWSLib
python
def _getOtherBoundingBoxes(self): ' incomplete, should return other bounding boxes not in WGS84\n #TODO: find any other bounding boxes. Need to check for gml:EnvelopeWithTimePeriod.' bboxes = [] if (not hasattr(self, 'descCov')): self.descCov = self._service.getDescribeCoverage(self.id) ...
@property def has_default(self) -> bool: '\n Checks if attrs as a default field value\n ' return ((self.factory is not None) or (self.default is not None))
6,712,993,343,820,218,000
Checks if attrs as a default field value
appgate/openapi/attribmaker.py
has_default
appgate/sdp-operator
python
@property def has_default(self) -> bool: '\n \n ' return ((self.factory is not None) or (self.default is not None))
def testGetImportDataResponse(self): 'Test GetImportDataResponse' pass
-3,838,620,394,645,830,700
Test GetImportDataResponse
test/test_get_import_data_response.py
testGetImportDataResponse
idaholab/Deep-Lynx-Python-Package
python
def testGetImportDataResponse(self): pass
def predict(model: tf.keras.Model, X_test: pd.DataFrame, cate_cols: list) -> np.array: '\n predict function\n Args:\n model: keras model fit by fit_model\n X_test: Test features\n cate_cols: categorical columns list\n\n Returns: y_pred\n\n ' X_test_list = _to_input_list(df=X_tes...
-5,369,013,265,004,981,000
predict function Args: model: keras model fit by fit_model X_test: Test features cate_cols: categorical columns list Returns: y_pred
src/models/dnn_regressor.py
predict
onurerkin/prohack
python
def predict(model: tf.keras.Model, X_test: pd.DataFrame, cate_cols: list) -> np.array: '\n predict function\n Args:\n model: keras model fit by fit_model\n X_test: Test features\n cate_cols: categorical columns list\n\n Returns: y_pred\n\n ' X_test_list = _to_input_list(df=X_tes...
def train(X_train: pd.DataFrame, y_train: Union[(pd.Series, np.array)], X_val: pd.DataFrame, y_val: Union[(pd.Series, np.array)], layers: list, num_classes: int, cate_cols: list, learning_rate: float, epochs: int, batch_size: int, dropout_rate: float=0.3) -> Tuple[(tf.keras.callbacks.History, tf.keras.Model)]: '\n ...
-2,165,709,550,723,407,000
Training main function that takes dataset and parameters as input and returns the trained model with history Args: X_train: Train features y_train: train labels X_val: Validation labels y_val: validation labels layers: List of nodes in hidden layers num_classes: Number of classes in target varia...
src/models/dnn_regressor.py
train
onurerkin/prohack
python
def train(X_train: pd.DataFrame, y_train: Union[(pd.Series, np.array)], X_val: pd.DataFrame, y_val: Union[(pd.Series, np.array)], layers: list, num_classes: int, cate_cols: list, learning_rate: float, epochs: int, batch_size: int, dropout_rate: float=0.3) -> Tuple[(tf.keras.callbacks.History, tf.keras.Model)]: '\n ...
def _init_ui(self): 'Initialise user interface' self._layout = QVBoxLayout() self.setLayout(self._layout) self._init_keyframes_list_control_widget() self._init_keyframes_list_widget() self._init_frame_widget() self._init_save_button() self._init_animation_slider_widget()
7,280,799,399,991,643,000
Initialise user interface
napari_animation/_qt/animation_widget.py
_init_ui
tlambert-forks/napari-animation
python
def _init_ui(self): self._layout = QVBoxLayout() self.setLayout(self._layout) self._init_keyframes_list_control_widget() self._init_keyframes_list_widget() self._init_frame_widget() self._init_save_button() self._init_animation_slider_widget()
def _add_keybind_callbacks(self): 'Bind keys' self.animation.viewer.bind_key('Alt-f', self._capture_keyframe_callback) self.animation.viewer.bind_key('Alt-r', self._replace_keyframe_callback) self.animation.viewer.bind_key('Alt-d', self._delete_keyframe_callback) self.animation.viewer.bind_key('Alt-...
3,122,671,027,858,068,500
Bind keys
napari_animation/_qt/animation_widget.py
_add_keybind_callbacks
tlambert-forks/napari-animation
python
def _add_keybind_callbacks(self): self.animation.viewer.bind_key('Alt-f', self._capture_keyframe_callback) self.animation.viewer.bind_key('Alt-r', self._replace_keyframe_callback) self.animation.viewer.bind_key('Alt-d', self._delete_keyframe_callback) self.animation.viewer.bind_key('Alt-a', self._k...
def _add_callbacks(self): 'Establish callbacks' self.keyframesListControlWidget.deleteButton.clicked.connect(self._delete_keyframe_callback) self.keyframesListControlWidget.captureButton.clicked.connect(self._capture_keyframe_callback) self.saveButton.clicked.connect(self._save_callback) self.animat...
-2,589,591,270,633,792,000
Establish callbacks
napari_animation/_qt/animation_widget.py
_add_callbacks
tlambert-forks/napari-animation
python
def _add_callbacks(self): self.keyframesListControlWidget.deleteButton.clicked.connect(self._delete_keyframe_callback) self.keyframesListControlWidget.captureButton.clicked.connect(self._capture_keyframe_callback) self.saveButton.clicked.connect(self._save_callback) self.animationsliderWidget.value...
def _release_callbacks(self): 'Release keys' self.animation.viewer.bind_key('Alt-f', None) self.animation.viewer.bind_key('Alt-r', None) self.animation.viewer.bind_key('Alt-d', None) self.animation.viewer.bind_key('Alt-a', None) self.animation.viewer.bind_key('Alt-b', None)
1,593,041,451,493,141,500
Release keys
napari_animation/_qt/animation_widget.py
_release_callbacks
tlambert-forks/napari-animation
python
def _release_callbacks(self): self.animation.viewer.bind_key('Alt-f', None) self.animation.viewer.bind_key('Alt-r', None) self.animation.viewer.bind_key('Alt-d', None) self.animation.viewer.bind_key('Alt-a', None) self.animation.viewer.bind_key('Alt-b', None)
def _capture_keyframe_callback(self, event=None): 'Record current key-frame' self.animation.capture_keyframe(steps=self._get_interpolation_steps(), ease=self._get_easing_function()) if (len(self.animation.key_frames) == 1): self.keyframesListControlWidget.deleteButton.setEnabled(True) self.k...
-7,874,058,387,773,584,000
Record current key-frame
napari_animation/_qt/animation_widget.py
_capture_keyframe_callback
tlambert-forks/napari-animation
python
def _capture_keyframe_callback(self, event=None): self.animation.capture_keyframe(steps=self._get_interpolation_steps(), ease=self._get_easing_function()) if (len(self.animation.key_frames) == 1): self.keyframesListControlWidget.deleteButton.setEnabled(True) self.keyframesListWidget.setEnab...
def _replace_keyframe_callback(self, event=None): 'Replace current key-frame with new view' self.animation.capture_keyframe(steps=self._get_interpolation_steps(), ease=self._get_easing_function(), insert=False) self.animationsliderWidget.requires_update = True
-1,931,771,280,802,751,000
Replace current key-frame with new view
napari_animation/_qt/animation_widget.py
_replace_keyframe_callback
tlambert-forks/napari-animation
python
def _replace_keyframe_callback(self, event=None): self.animation.capture_keyframe(steps=self._get_interpolation_steps(), ease=self._get_easing_function(), insert=False) self.animationsliderWidget.requires_update = True
def _delete_keyframe_callback(self, event=None): 'Delete current key-frame' if (len(self.animation.key_frames) > 0): self.animation.key_frames.pop(self.animation.frame) if (len(self.animation.key_frames) == 0): self.keyframesListControlWidget.deleteButton.setEnabled(False) self.keyfr...
-5,873,253,128,557,636,000
Delete current key-frame
napari_animation/_qt/animation_widget.py
_delete_keyframe_callback
tlambert-forks/napari-animation
python
def _delete_keyframe_callback(self, event=None): if (len(self.animation.key_frames) > 0): self.animation.key_frames.pop(self.animation.frame) if (len(self.animation.key_frames) == 0): self.keyframesListControlWidget.deleteButton.setEnabled(False) self.keyframesListWidget.setEnabled(...
def _key_adv_frame(self, event=None): 'Go forwards in key-frame list' new_frame = ((self.animation.frame + 1) % len(self.animation.key_frames)) self.animation.set_to_keyframe(new_frame) self.keyframesListWidget.setCurrentRow(new_frame)
-4,764,902,278,046,115,000
Go forwards in key-frame list
napari_animation/_qt/animation_widget.py
_key_adv_frame
tlambert-forks/napari-animation
python
def _key_adv_frame(self, event=None): new_frame = ((self.animation.frame + 1) % len(self.animation.key_frames)) self.animation.set_to_keyframe(new_frame) self.keyframesListWidget.setCurrentRow(new_frame)
def _key_back_frame(self, event=None): 'Go backwards in key-frame list' new_frame = ((self.animation.frame - 1) % len(self.animation.key_frames)) self.animation.set_to_keyframe(new_frame) self.keyframesListWidget.setCurrentRow(new_frame)
4,166,661,656,440,926,700
Go backwards in key-frame list
napari_animation/_qt/animation_widget.py
_key_back_frame
tlambert-forks/napari-animation
python
def _key_back_frame(self, event=None): new_frame = ((self.animation.frame - 1) % len(self.animation.key_frames)) self.animation.set_to_keyframe(new_frame) self.keyframesListWidget.setCurrentRow(new_frame)
def _move_animationslider_callback(self, event=None): 'Scroll through interpolated states. Computes states if key-frames changed' self.animationsliderWidget.synchronise() new_frame = self.animationsliderWidget.value() self.animation._set_viewer_state(self.animationsliderWidget.interpol_states[new_frame]...
-4,673,430,974,111,327,000
Scroll through interpolated states. Computes states if key-frames changed
napari_animation/_qt/animation_widget.py
_move_animationslider_callback
tlambert-forks/napari-animation
python
def _move_animationslider_callback(self, event=None): self.animationsliderWidget.synchronise() new_frame = self.animationsliderWidget.value() self.animation._set_viewer_state(self.animationsliderWidget.interpol_states[new_frame]) new_key_frame = (self.animationsliderWidget.cumulative_frame_count > ...