DeploymentScriptsSdkClient Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
DeploymentScriptsSdkClient() |
Parameter-less constructor for mocking |
DeploymentScriptsSdkClient(IAzureContext) | |
DeploymentScriptsSdkClient(IDeploymentScriptsClient) |
DeploymentScriptsSdkClient()
Parameter-less constructor for mocking
public DeploymentScriptsSdkClient ();
Public Sub New ()
Applies to
DeploymentScriptsSdkClient(IAzureContext)
public DeploymentScriptsSdkClient (Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext context);
new Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkClient.DeploymentScriptsSdkClient : Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext -> Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkClient.DeploymentScriptsSdkClient
Public Sub New (context As IAzureContext)
Parameters
- context
- IAzureContext
Applies to
DeploymentScriptsSdkClient(IDeploymentScriptsClient)
public DeploymentScriptsSdkClient (Microsoft.Azure.Management.Resources.IDeploymentScriptsClient deploymentScriptsClient);
new Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkClient.DeploymentScriptsSdkClient : Microsoft.Azure.Management.Resources.IDeploymentScriptsClient -> Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkClient.DeploymentScriptsSdkClient
Public Sub New (deploymentScriptsClient As IDeploymentScriptsClient)
Parameters
- deploymentScriptsClient
- IDeploymentScriptsClient