Condividi tramite


IWithPrivateLinkServiceIpConfigurationSettings.WithSubnet(String) Method

Definition

Sets the reference of the subnet resource for the IP configuration.

public Microsoft.Azure.Management.Network.Fluent.PrivateLinkService.Update.IWithPrivateLinkServiceIpConfigurationSettings WithSubnet (string subnetId);
abstract member WithSubnet : string -> Microsoft.Azure.Management.Network.Fluent.PrivateLinkService.Update.IWithPrivateLinkServiceIpConfigurationSettings
Public Function WithSubnet (subnetId As String) As IWithPrivateLinkServiceIpConfigurationSettings

Parameters

subnetId
String

The value of the subnet resource ID.

Returns

Applies to