PoolOperationsExtensions.Create 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 계정 내에 새 풀을 만듭니다.
public static Microsoft.Azure.Management.Batch.Models.Pool Create (this Microsoft.Azure.Management.Batch.IPoolOperations operations, string resourceGroupName, string accountName, string poolName, Microsoft.Azure.Management.Batch.Models.Pool parameters, string ifMatch = default, string ifNoneMatch = default);
static member Create : Microsoft.Azure.Management.Batch.IPoolOperations * string * string * string * Microsoft.Azure.Management.Batch.Models.Pool * string * string -> Microsoft.Azure.Management.Batch.Models.Pool
<Extension()>
Public Function Create (operations As IPoolOperations, resourceGroupName As String, accountName As String, poolName As String, parameters As Pool, Optional ifMatch As String = Nothing, Optional ifNoneMatch As String = Nothing) As Pool
매개 변수
- operations
- IPoolOperations
이 확장 메서드에 대한 작업 그룹입니다.
- resourceGroupName
- String
Batch 계정을 포함하는 리소스 그룹의 이름입니다.
- accountName
- String
Batch 계정의 이름입니다.
- poolName
- String
풀 이름입니다. 계정 내에서 고유해야 합니다.
- parameters
- Pool
풀 만들기를 위한 추가 매개 변수입니다.
- ifMatch
- String
업데이트할 풀의 ETag(엔터티 상태) 버전입니다. 풀이 이미 있는 경우에만 "*" 값을 사용하여 작업을 적용할 수 있습니다. 생략하면 이 작업이 항상 적용됩니다.
- ifNoneMatch
- String
새 풀을 만들 수 있지만 기존 풀을 업데이트하지 않도록 하려면 '*'로 설정합니다. 다른 값은 무시됩니다.
반환
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET