Delen via


RunAsCredentialAssociationProperty Constructors

Definitie

Overloads

RunAsCredentialAssociationProperty()

Initialiseert een nieuw exemplaar van de klasse RunAsCredentialAssociationProperty.

RunAsCredentialAssociationProperty(String)

Initialiseert een nieuw exemplaar van de klasse RunAsCredentialAssociationProperty.

RunAsCredentialAssociationProperty()

Initialiseert een nieuw exemplaar van de klasse RunAsCredentialAssociationProperty.

public RunAsCredentialAssociationProperty ();
Public Sub New ()

Van toepassing op

RunAsCredentialAssociationProperty(String)

Initialiseert een nieuw exemplaar van de klasse RunAsCredentialAssociationProperty.

public RunAsCredentialAssociationProperty (string name = default);
new Microsoft.Azure.Management.Automation.Models.RunAsCredentialAssociationProperty : string -> Microsoft.Azure.Management.Automation.Models.RunAsCredentialAssociationProperty
Public Sub New (Optional name As String = Nothing)

Parameters

name
String

Hiermee wordt de naam van de referentie opgehaald of ingesteld.

Van toepassing op