OrganizationDetails Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
OrganizationDetails() |
Initializes a new instance of the OrganizationDetails class. |
OrganizationDetails(String, IList<AdministratorDetails>) |
Initializes a new instance of the OrganizationDetails class. |
OrganizationDetails()
- Source:
- OrganizationDetails.cs
Initializes a new instance of the OrganizationDetails class.
public OrganizationDetails ();
Public Sub New ()
Applies to
OrganizationDetails(String, IList<AdministratorDetails>)
- Source:
- OrganizationDetails.cs
Initializes a new instance of the OrganizationDetails class.
public OrganizationDetails (string id = default, System.Collections.Generic.IList<Microsoft.Azure.KeyVault.Models.AdministratorDetails> adminDetails = default);
new Microsoft.Azure.KeyVault.Models.OrganizationDetails : string * System.Collections.Generic.IList<Microsoft.Azure.KeyVault.Models.AdministratorDetails> -> Microsoft.Azure.KeyVault.Models.OrganizationDetails
Public Sub New (Optional id As String = Nothing, Optional adminDetails As IList(Of AdministratorDetails) = Nothing)
Parameters
- id
- String
Id of the organization.
- adminDetails
- IList<AdministratorDetails>
Details of the organization administrator.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET