OrganizationResource Constructors

Definition

Overloads

OrganizationResource()

Initializes a new instance of the OrganizationResource class.

OrganizationResource(OfferDetail, UserDetail, String, String, String, SystemData, Nullable<DateTime>, String, String, String, IDictionary<String,String>, String)

Initializes a new instance of the OrganizationResource class.

OrganizationResource()

Initializes a new instance of the OrganizationResource class.

public OrganizationResource ();

Applies to

Azure SDK for .NET Legacy
Prodotto Versioni
Azure SDK for .NET Legacy

OrganizationResource(OfferDetail, UserDetail, String, String, String, SystemData, Nullable<DateTime>, String, String, String, IDictionary<String,String>, String)

Initializes a new instance of the OrganizationResource class.

public OrganizationResource (Microsoft.Azure.Management.Confluent.Models.OfferDetail offerDetail, Microsoft.Azure.Management.Confluent.Models.UserDetail userDetail, string id = default, string name = default, string type = default, Microsoft.Azure.Management.Confluent.Models.SystemData systemData = default, DateTime? createdTime = default, string provisioningState = default, string organizationId = default, string ssoUrl = default, System.Collections.Generic.IDictionary<string,string> tags = default, string location = default);

Parameters

offerDetail
OfferDetail

Confluent offer detail

userDetail
UserDetail

Subscriber detail

id
String

The ARM id of the resource.

name
String

The name of the resource.

type
String

The type of the resource.

systemData
SystemData

Metadata pertaining to creation and last modification of the resource

createdTime
Nullable<DateTime>

The creation time of the resource.

provisioningState
String

Provision states for confluent RP. Possible values include: 'Accepted', 'Creating', 'Updating', 'Deleting', 'Succeeded', 'Failed', 'Canceled', 'Deleted', 'NotSpecified'

organizationId
String

Id of the Confluent organization.

ssoUrl
String

SSO url for the Confluent organization.

tags
IDictionary<String,String>

Organization resource tags

location
String

Location of Organization resource

Applies to

Azure SDK for .NET Legacy
Prodotto Versioni
Azure SDK for .NET Legacy