Sdílet prostřednictvím


DeploymentScriptsSdkClient Constructors

Definition

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

Applies to