RunAsCredentialAssociationProperty Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
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
Azure SDK for .NET