Udostępnij za pośrednictwem


PlacementPolicy Konstruktory

Definicja

Przeciążenia

PlacementPolicy()

Inicjuje nowe wystąpienie klasy PlacementPolicy.

PlacementPolicy(String, String, String, PlacementPolicyProperties)

Inicjuje nowe wystąpienie klasy PlacementPolicy.

PlacementPolicy()

Inicjuje nowe wystąpienie klasy PlacementPolicy.

public PlacementPolicy ();
Public Sub New ()

Dotyczy

PlacementPolicy(String, String, String, PlacementPolicyProperties)

Inicjuje nowe wystąpienie klasy PlacementPolicy.

public PlacementPolicy (string id = default, string name = default, string type = default, Microsoft.Azure.Management.Avs.Models.PlacementPolicyProperties properties = default);
new Microsoft.Azure.Management.Avs.Models.PlacementPolicy : string * string * string * Microsoft.Azure.Management.Avs.Models.PlacementPolicyProperties -> Microsoft.Azure.Management.Avs.Models.PlacementPolicy
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional properties As PlacementPolicyProperties = Nothing)

Parametry

id
String

Identyfikator zasobu.

name
String

Nazwa zasobu.

type
String

Typ zasobu.

properties
PlacementPolicyProperties

właściwości zasad umieszczania

Dotyczy