EndpointPropertiesSubnetsItem Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
EndpointPropertiesSubnetsItem() |
Inicializa uma nova instância da classe EndpointPropertiesSubnetsItem. |
EndpointPropertiesSubnetsItem(String, String, Nullable<Int32>) |
Inicializa uma nova instância da classe EndpointPropertiesSubnetsItem. |
EndpointPropertiesSubnetsItem()
Inicializa uma nova instância da classe EndpointPropertiesSubnetsItem.
public EndpointPropertiesSubnetsItem ();
Public Sub New ()
Aplica-se a
EndpointPropertiesSubnetsItem(String, String, Nullable<Int32>)
Inicializa uma nova instância da classe EndpointPropertiesSubnetsItem.
public EndpointPropertiesSubnetsItem (string first = default, string last = default, int? scope = default);
new Microsoft.Azure.Management.TrafficManager.Fluent.Models.EndpointPropertiesSubnetsItem : string * string * Nullable<int> -> Microsoft.Azure.Management.TrafficManager.Fluent.Models.EndpointPropertiesSubnetsItem
Public Sub New (Optional first As String = Nothing, Optional last As String = Nothing, Optional scope As Nullable(Of Integer) = Nothing)
Parâmetros
- first
- String
Primeiro endereço na sub-rede.
- last
- String
Último endereço na sub-rede.
Aplica-se a
Azure SDK for .NET