Get Community Training Result
    data class GetCommunityTrainingResult(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
                fun GetCommunityTrainingResult(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)