ArmConfluentModelFactory.ConfluentOrganizationData Method
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.
Initializes a new instance of ConfluentOrganizationData.
public static Azure.ResourceManager.Confluent.ConfluentOrganizationData ConfluentOrganizationData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation location = default, DateTimeOffset? createdOn = default, Azure.ResourceManager.Confluent.Models.ConfluentProvisionState? provisioningState = default, Guid? organizationId = default, Uri ssoUri = default, Azure.ResourceManager.Confluent.Models.ConfluentOfferDetail offerDetail = default, Azure.ResourceManager.Confluent.Models.ConfluentUserDetail userDetail = default, string linkOrganizationToken = default);
static member ConfluentOrganizationData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * Nullable<DateTimeOffset> * Nullable<Azure.ResourceManager.Confluent.Models.ConfluentProvisionState> * Nullable<Guid> * Uri * Azure.ResourceManager.Confluent.Models.ConfluentOfferDetail * Azure.ResourceManager.Confluent.Models.ConfluentUserDetail * string -> Azure.ResourceManager.Confluent.ConfluentOrganizationData
Public Shared Function ConfluentOrganizationData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As AzureLocation = Nothing, Optional createdOn As Nullable(Of DateTimeOffset) = Nothing, Optional provisioningState As Nullable(Of ConfluentProvisionState) = Nothing, Optional organizationId As Nullable(Of Guid) = Nothing, Optional ssoUri As Uri = Nothing, Optional offerDetail As ConfluentOfferDetail = Nothing, Optional userDetail As ConfluentUserDetail = Nothing, Optional linkOrganizationToken As String = Nothing) As ConfluentOrganizationData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- tags
- IDictionary<String,String>
The tags.
- location
- AzureLocation
The location.
- createdOn
- Nullable<DateTimeOffset>
The creation time of the resource.
- provisioningState
- Nullable<ConfluentProvisionState>
Provision states for confluent RP.
- ssoUri
- Uri
SSO url for the Confluent organization.
- offerDetail
- ConfluentOfferDetail
Confluent offer detail.
- userDetail
- ConfluentUserDetail
Subscriber detail.
- linkOrganizationToken
- String
Link an existing Confluent organization.
Returns
A new ConfluentOrganizationData instance for mocking.
Applies to
Azure SDK for .NET