Property | Type | Description | |
---|---|---|---|
KnownLocations | List |
Method | Description | |
---|---|---|
CancelDeployment ( string resourceGroup, string deploymentName ) : void |
Cancels the active deployment.
|
|
CreatePSResourceGroup ( |
Creates a new resource group
|
|
DeleteDeployment ( string resourceGroup, string deploymentName ) : void |
Deletes a deployment
|
|
DeleteResourceGroup ( string name ) : void |
Deletes a given resource group
|
|
ExecuteDeployment ( |
Creates new deployment
|
|
FilterResourceGroupDeployments ( |
Filters the resource group deployments
|
|
FilterResourceGroups ( string name, |
Filters the subscription's resource groups.
|
|
GetRegisteredProviders ( List |
||
ListResourceProviders ( string providerName = null, bool listAvailable = true ) : List |
||
ParseDetailErrorMessage ( string statusMessage ) : List |
||
ParseResourceIds ( string resourceIds ) : Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.ResourceIdentifier[] |
Parses an array of resource ids to extract the resource group name
|
|
ProvisionDeploymentStatus ( string resourceGroup, string deploymentName, Deployment deployment ) : DeploymentExtended | ||
RegisterProvider ( string providerName ) : |
||
ResourceManagerSdkClient ( ) : System |
Parameterless constructor for mocking
|
|
ResourceManagerSdkClient ( |
Creates new ResourceManagementClient
|
|
ResourceManagerSdkClient ( IResourceManagementClient resourceManagementClient ) : System |
Creates new ResourcesClient instance
|
|
SerializeHashtable ( |
||
UnregisterProvider ( string providerName ) : |
||
UpdatePSResourceGroup ( |
Updates a resource group.
|
|
ValidatePSResourceGroupDeployment ( |
Validates a given deployment.
|
Method | Description | |
---|---|---|
CheckBasicDeploymentErrors ( string resourceGroup, string deploymentName, Deployment deployment ) : |
||
CreateBasicDeployment ( |
||
CreateOrUpdateResourceGroup ( string name, string location, |
||
DisplayInnerDetailErrorMessage ( ResourceManagementErrorWithDetails error ) : void | ||
GenerateDeploymentName ( |
||
GetDeploymentParameters ( |
||
GetNewOperations ( List |
||
GetTemplate ( string templateFile ) : string | ||
IsProviderRegistered ( Provider provider ) : bool | ||
WaitDeploymentStatus ( string resourceGroup, string deploymentName, Deployment basicDeployment, Action |
||
WriteDeploymentProgress ( string resourceGroup, string deploymentName, Deployment deployment ) : void | ||
WriteError ( string error ) : void | ||
WriteVerbose ( string progress ) : void | ||
WriteWarning ( string warning ) : void |
public CancelDeployment ( string resourceGroup, string deploymentName ) : void | ||
resourceGroup | string | The resource group name |
deploymentName | string | Deployment name |
return | void |
public CreatePSResourceGroup ( |
||
parameters | The create parameters | |
return |
public DeleteDeployment ( string resourceGroup, string deploymentName ) : void | ||
resourceGroup | string | The resource group name |
deploymentName | string | Deployment name |
return | void |
public DeleteResourceGroup ( string name ) : void | ||
name | string | The resource group name |
return | void |
public ExecuteDeployment ( |
||
parameters | The create deployment parameters | |
return |
public FilterResourceGroupDeployments ( |
||
options | The filtering options | |
return | List |
public FilterResourceGroups ( string name, |
||
name | string | The resource group name. |
tag | The resource group tag. | |
detailed | bool | Whether the return is detailed or not. |
location | string | The resource group location. |
return | List |
public GetRegisteredProviders ( List |
||
providers | List |
|
return | List |
public ListResourceProviders ( string providerName = null, bool listAvailable = true ) : List |
||
providerName | string | |
listAvailable | bool | |
return | List |
public static ParseDetailErrorMessage ( string statusMessage ) : List |
||
statusMessage | string | |
return | List |
public ParseResourceIds ( string resourceIds ) : Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.ResourceIdentifier[] | ||
resourceIds | string | An array of resource ids |
return | Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.ResourceIdentifier[] |
public ProvisionDeploymentStatus ( string resourceGroup, string deploymentName, Deployment deployment ) : DeploymentExtended | ||
resourceGroup | string | |
deploymentName | string | |
deployment | Deployment | |
return | DeploymentExtended |
public RegisterProvider ( string providerName ) : |
||
providerName | string | |
return |
public ResourceManagerSdkClient ( |
||
context | Profile containing resources to manipulate | |
return | System |
public ResourceManagerSdkClient ( IResourceManagementClient resourceManagementClient ) : System | ||
resourceManagementClient | IResourceManagementClient | The IResourceManagementClient instance |
return | System |
public SerializeHashtable ( |
||
templateParameterObject | ||
addValueLayer | bool | |
return | string |
public UnregisterProvider ( string providerName ) : |
||
providerName | string | |
return |
public UpdatePSResourceGroup ( |
||
parameters | The create parameters | |
return |
public ValidatePSResourceGroupDeployment ( |
||
parameters | The deployment create options | |
deploymentMode | DeploymentMode | |
return | List |