VnetRouteInner Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
VnetRouteInner() |
Inicjuje nowe wystąpienie klasy VnetRouteInner. |
VnetRouteInner(String, String, String, String, String, String, RouteType) |
Inicjuje nowe wystąpienie klasy VnetRouteInner. |
VnetRouteInner()
Inicjuje nowe wystąpienie klasy VnetRouteInner.
public VnetRouteInner ();
Public Sub New ()
Dotyczy
VnetRouteInner(String, String, String, String, String, String, RouteType)
Inicjuje nowe wystąpienie klasy 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)
Parametry
- id
- String
- name
- String
- type
- String
- kind
- String
Rodzaj zasobu.
- startAddress
- String
Adres początkowy dla tej trasy. Może to również obejmować notację CIDR, w tym przypadku nie można określić adresu końcowego.
- endAddress
- String
Adres końcowy dla tej trasy. Jeśli adres początkowy jest określony w notacji CIDR, należy go pominąć.
- routeType
- RouteType
Typ trasy jest następujący: DEFAULT — domyślnie każda aplikacja ma trasy do lokalnych zakresów adresów określonych przez RFC1918 INHERITED — Trasy dziedziczone z rzeczywistych tras Virtual Network STATIC — trasa statyczna ustawiona tylko w aplikacji
These values will be used for syncing an app's routes with those
from a Virtual Network. Possible values include: 'DEFAULT',
'INHERITED', 'STATIC'
Dotyczy
Azure SDK for .NET