New-AzNetworkCloudNetworkAttachmentObject
NetworkAttachment için bellek içi bir nesne oluşturun.
Sözdizimi
New-AzNetworkCloudNetworkAttachmentObject
-AttachedNetworkId <String>
-IPAllocationMethod <VirtualMachineIPAllocationMethod>
[-DefaultGateway <DefaultGateway>]
[-Ipv4Address <String>]
[-Ipv6Address <String>]
[-Name <String>]
[<CommonParameters>]
Description
NetworkAttachment için bellek içi bir nesne oluşturun.
Örnekler
Örnek 1: NetworkAttachment için bellek içi bir nesne oluşturun.
New-AzNetworkCloudNetworkAttachmentObject -AttachedNetworkId "/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.NetworkCloud/l3Networks/l3NetworkName" -IPAllocationMethod "Dynamic" -DefaultGateway "True" -Ipv4Address "198.51.100.1" -Ipv6Address "2001:0db8:0000:0000:0000:0000:0000:0001" -Name "netAttachName01"
AttachedNetworkId DefaultGateway IPAllocationMethod Ipv4Address Ipv6Address
----------------- -------------- ------------------ ----------- -----------
/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.NetworkCloud/l3Networks/l3NetworkName True Dynamic 198.51.100.1 2001:0db8:0000:0000:0000:0000…
NetworkAttachment için bellek içi bir nesne oluşturun.
Parametreler
-AttachedNetworkId
Sanal makineye bağlı ilişkili ağın kaynak kimliği. CloudServicesNetwork, l3Network, l2Network veya trunkedNetwork kaynaklarından biri olabilir.
Tür: | String |
Position: | Named |
Default value: | None |
Gerekli: | True |
İşlem hattı girişini kabul et: | False |
Joker karakterleri kabul et: | False |
-DefaultGateway
Bunun varsayılan ağ geçidi olup olmadığını gösteren gösterge. Tek bir makine için bağlı ağlardan yalnızca biri (CloudServicesNetwork eki dahil) True olarak belirtilebilir.
Tür: | DefaultGateway |
Position: | Named |
Default value: | None |
Gerekli: | False |
İşlem hattı girişini kabul et: | False |
Joker karakterleri kabul et: | False |
-IPAllocationMethod
Sanal makine için IP ayırma mekanizması. Dinamik ve Statik yalnızca devre dışı olarak da belirtebilen l3Network için geçerlidir. Aksi takdirde, izin verilen tek değer Disabled olur.
Tür: | VirtualMachineIPAllocationMethod |
Position: | Named |
Default value: | None |
Gerekli: | True |
İşlem hattı girişini kabul et: | False |
Joker karakterleri kabul et: | False |
-Ipv4Address
Sanal makinenin IPv4 adresi.
This field is used only if the attached network has IPAllocationType of IPV4 or DualStack.
If IPAllocationMethod is:
Static - this field must contain a user specified IPv4 address from within the subnet specified in the attached network.
Dynamic - this field is read-only, but will be populated with an address from within the subnet specified in the attached network.
Disabled - this field will be empty.
Tür: | String |
Position: | Named |
Default value: | None |
Gerekli: | False |
İşlem hattı girişini kabul et: | False |
Joker karakterleri kabul et: | False |
-Ipv6Address
Sanal makinenin IPv6 adresi.
This field is used only if the attached network has IPAllocationType of IPV6 or DualStack.
If IPAllocationMethod is:
Static - this field must contain an IPv6 address range from within the range specified in the attached network.
Dynamic - this field is read-only, but will be populated with an range from within the subnet specified in the attached network.
Disabled - this field will be empty.
Tür: | String |
Position: | Named |
Default value: | None |
Gerekli: | False |
İşlem hattı girişini kabul et: | False |
Joker karakterleri kabul et: | False |
-Name
İlişkili ağın arabirim adı. Belirtilirse, ağ eki adının uzunluğu en fazla 15 karakterdir ve bu sanal makine için benzersiz olmalıdır. Kullanıcı bu değeri belirtmezse, ağ kaynağının varsayılan arabirim adı kullanılır. CloudServicesNetwork kaynağı için bu ad yoksayılır.
Tür: | String |
Position: | Named |
Default value: | None |
Gerekli: | False |
İşlem hattı girişini kabul et: | False |
Joker karakterleri kabul et: | False |
Çıkışlar
Azure PowerShell