你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DeploymentsOperationsExtensions.CreateOrUpdateAtSubscriptionScope Method

Definition

public static Microsoft.Azure.Management.Internal.ResourceManager.Version2018_05_01.Models.DeploymentExtended CreateOrUpdateAtSubscriptionScope (this Microsoft.Azure.Management.Internal.ResourceManager.Version2018_05_01.IDeploymentsOperations operations, string deploymentName, Microsoft.Azure.Management.Internal.ResourceManager.Version2018_05_01.Models.Deployment parameters);
static member CreateOrUpdateAtSubscriptionScope : Microsoft.Azure.Management.Internal.ResourceManager.Version2018_05_01.IDeploymentsOperations * string * Microsoft.Azure.Management.Internal.ResourceManager.Version2018_05_01.Models.Deployment -> Microsoft.Azure.Management.Internal.ResourceManager.Version2018_05_01.Models.DeploymentExtended
<Extension()>
Public Function CreateOrUpdateAtSubscriptionScope (operations As IDeploymentsOperations, deploymentName As String, parameters As Deployment) As DeploymentExtended

Parameters

deploymentName
String
parameters
Deployment

Returns

Applies to