다음을 통해 공유


SubscriptionBlueprintsExtensions.CreateOrUpdateInSubscriptionAsync 메서드

정의

청사진 정의를 만들거나 업데이트합니다.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Blueprint.Models.BlueprintModel> CreateOrUpdateInSubscriptionAsync (this Microsoft.Azure.Management.Blueprint.IBlueprintsOperations operations, string subscriptionId, string blueprintName, Microsoft.Azure.Management.Blueprint.Models.BlueprintModel blueprint, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateInSubscriptionAsync : Microsoft.Azure.Management.Blueprint.IBlueprintsOperations * string * string * Microsoft.Azure.Management.Blueprint.Models.BlueprintModel * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Blueprint.Models.BlueprintModel>
<Extension()>
Public Function CreateOrUpdateInSubscriptionAsync (operations As IBlueprintsOperations, subscriptionId As String, blueprintName As String, blueprint As BlueprintModel, Optional cancellationToken As CancellationToken = Nothing) As Task(Of BlueprintModel)

매개 변수

operations
IBlueprintsOperations

이 확장 메서드에 대한 작업 그룹입니다.

subscriptionId
String

azure subscriptionId- 청사진을 저장합니다.

blueprintName
String

청사진의 이름입니다.

blueprint
BlueprintModel

청사진 정의.

cancellationToken
CancellationToken

취소 토큰입니다.

반환

적용 대상