GetCommunityTrainingResult

data class GetCommunityTrainingResult(val azureApiVersion: String, val disasterRecoveryEnabled: Boolean, val id: String, val identityConfiguration: IdentityConfigurationPropertiesResponse, val location: String, val name: String, val portalAdminEmailAddress: String, val portalName: String, val portalOwnerEmailAddress: String, val portalOwnerOrganizationName: String, val provisioningState: String, val sku: SkuResponse? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val zoneRedundancyEnabled: Boolean)

A CommunityProviderHub resource

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, disasterRecoveryEnabled: Boolean, id: String, identityConfiguration: IdentityConfigurationPropertiesResponse, location: String, name: String, portalAdminEmailAddress: String, portalName: String, portalOwnerEmailAddress: String, portalOwnerOrganizationName: String, provisioningState: String, sku: SkuResponse? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String, zoneRedundancyEnabled: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

To indicate whether the Community Training instance has Disaster Recovery enabled

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard

The identity configuration of the Community Training resource

Link copied to clipboard

The geo-location where the resource lives

Link copied to clipboard

The name of the resource

Link copied to clipboard

The email address of the portal admin

Link copied to clipboard

The portal name (website name) of the Community Training instance

Link copied to clipboard

The email address of the portal owner. Will be used as the primary contact

Link copied to clipboard

The organization name of the portal owner

Link copied to clipboard

The status of the last operation.

Link copied to clipboard
val sku: SkuResponse? = null

The SKU (Stock Keeping Unit) assigned to this resource.

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Link copied to clipboard

To indicate whether the Community Training instance has Zone Redundancy enabled