VnetRouteInner Construtores
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Sobrecargas
VnetRouteInner() |
Inicializa uma nova instância da classe VnetRouteInner. |
VnetRouteInner(String, String, String, String, String, String, RouteType) |
Inicializa uma nova instância da classe VnetRouteInner. |
VnetRouteInner()
Inicializa uma nova instância da classe VnetRouteInner.
public VnetRouteInner ();
Public Sub New ()
Aplica-se a
VnetRouteInner(String, String, String, String, String, String, RouteType)
Inicializa uma nova instância da classe VnetRouteInner.
public VnetRouteInner (string id = default, string name = default, string type = default, string kind = default, string startAddress = default, string endAddress = default, Microsoft.Azure.Management.AppService.Fluent.Models.RouteType routeType = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.VnetRouteInner : string * string * string * string * string * string * Microsoft.Azure.Management.AppService.Fluent.Models.RouteType -> Microsoft.Azure.Management.AppService.Fluent.Models.VnetRouteInner
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional kind As String = Nothing, Optional startAddress As String = Nothing, Optional endAddress As String = Nothing, Optional routeType As RouteType = Nothing)
Parâmetros
- id
- String
- name
- String
- type
- String
- kind
- String
Tipo de recurso.
- startAddress
- String
O endereço inicial para esta rota. Isto também pode incluir uma notação CIDR, caso em que o endereço final não pode ser especificado.
- endAddress
- String
O endereço final para esta rota. Se o endereço inicial for especificado na notação CIDR, tem de ser omitido.
- routeType
- RouteType
O tipo de rota é: PREDEFINIÇÃO - Por predefinição, cada aplicação tem rotas para os intervalos de endereços locais especificados por RFC1918 HERDADO - Rotas herdadas do real Rede Virtual rotas ESTÁTICA - Rota estática definida apenas na aplicação
These values will be used for syncing an app's routes with those
from a Virtual Network. Possible values include: 'DEFAULT',
'INHERITED', 'STATIC'
Aplica-se a
Azure SDK for .NET