OrganizationResource 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
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 ();
Public Sub New ()
Applies to
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);
new Microsoft.Azure.Management.Confluent.Models.OrganizationResource : Microsoft.Azure.Management.Confluent.Models.OfferDetail * Microsoft.Azure.Management.Confluent.Models.UserDetail * string * string * string * Microsoft.Azure.Management.Confluent.Models.SystemData * Nullable<DateTime> * string * string * string * System.Collections.Generic.IDictionary<string, string> * string -> Microsoft.Azure.Management.Confluent.Models.OrganizationResource
Public Sub New (offerDetail As OfferDetail, userDetail As UserDetail, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional systemData As SystemData = Nothing, Optional createdTime As Nullable(Of DateTime) = Nothing, Optional provisioningState As String = Nothing, Optional organizationId As String = Nothing, Optional ssoUrl As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As String = Nothing)
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
- 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