Sdílet prostřednictvím


VnetRouteInner Konstruktory

Definice

Přetížení

VnetRouteInner()

Inicializuje novou instanci třídy VnetRouteInner.

VnetRouteInner(String, String, String, String, String, String, RouteType)

Inicializuje novou instanci třídy VnetRouteInner.

VnetRouteInner()

Inicializuje novou instanci třídy VnetRouteInner.

public VnetRouteInner ();
Public Sub New ()

Platí pro

VnetRouteInner(String, String, String, String, String, String, RouteType)

Inicializuje novou instanci třídy 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

Druh prostředku.

startAddress
String

Počáteční adresa pro tuto trasu. To může také zahrnovat zápis CIDR, v takovém případě nesmí být zadána koncová adresa.

endAddress
String

Koncová adresa pro tuto trasu. Pokud je počáteční adresa zadána v zápisu CIDR, je nutné tuto adresu vynechat.

routeType
RouteType

Typ trasy: VÝCHOZÍ – ve výchozím nastavení má každá aplikace trasy do místních rozsahů adres určených rfc1918 INHERITED – trasy zděděné ze skutečných Virtual Network tras STATICKÉ – Statická trasa nastavená jenom v aplikaci.

         These values will be used for syncing an app's routes with those
         from a Virtual Network. Possible values include: 'DEFAULT',
         'INHERITED', 'STATIC'

Platí pro