Network interface
Network properties of a server.
Properties
delegated |
Delegated subnet arm resource id. This is required to be passed during create, in case we want the server to be VNET injected, i.e. Private access server. During update, pass this only if we want to update the value for Private DNS zone. |
private |
Private dns zone arm resource id. This is required to be passed during create, in case we want the server to be VNET injected, i.e. Private access server. During update, pass this only if we want to update the value for Private DNS zone. |
public |
public network access is enabled or not |
Property Details
delegatedSubnetResourceId
Delegated subnet arm resource id. This is required to be passed during create, in case we want the server to be VNET injected, i.e. Private access server. During update, pass this only if we want to update the value for Private DNS zone.
delegatedSubnetResourceId?: string
Property Value
string
privateDnsZoneArmResourceId
Private dns zone arm resource id. This is required to be passed during create, in case we want the server to be VNET injected, i.e. Private access server. During update, pass this only if we want to update the value for Private DNS zone.
privateDnsZoneArmResourceId?: string
Property Value
string
publicNetworkAccess
public network access is enabled or not
publicNetworkAccess?: string
Property Value
string