본문 바로가기
Cloud Computing & MSA

Azure PowerShell - Set-​Azure​Subnet

아주라·2017년 9월 7일·조회 5,033

1. 개요

The Set-AzureSubnet cmdlet sets the subnet list for a virtual machine configuration. Use with New-AzureVM to set the subnets for a virtual machine.

2. 문법

Set-AzureSubnet 
  [-SubnetNames] <String[]> 
  [-InformationAction <ActionPreference>] 
  [-InformationVariable <String>] 
  [-Profile <AzureSMProfile>]  
  -VM <IPersistentVM> 
  [<CommonParameters>]

3. 예제

Set-AzureSubnet "Subnet-2" -VM $VM

관련 글

댓글 0

로그인 후 댓글을 남길 수 있습니다.

아직 댓글이 없습니다.