GetPartnerRegistrationResult

data class GetPartnerRegistrationResult(val authorizedAzureSubscriptionIds: List<String>? = null, val customerServiceUri: String? = null, val id: String, val location: String, val logoUri: String? = null, val longDescription: String? = null, val name: String, val partnerCustomerServiceExtension: String? = null, val partnerCustomerServiceNumber: String? = null, val partnerName: String? = null, val partnerResourceTypeDescription: String? = null, val partnerResourceTypeDisplayName: String? = null, val partnerResourceTypeName: String? = null, val provisioningState: String, val setupUri: String? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val visibilityState: String? = null)

Information about a partner registration.

Constructors

Link copied to clipboard
constructor(authorizedAzureSubscriptionIds: List<String>? = null, customerServiceUri: String? = null, id: String, location: String, logoUri: String? = null, longDescription: String? = null, name: String, partnerCustomerServiceExtension: String? = null, partnerCustomerServiceNumber: String? = null, partnerName: String? = null, partnerResourceTypeDescription: String? = null, partnerResourceTypeDisplayName: String? = null, partnerResourceTypeName: String? = null, provisioningState: String, setupUri: String? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String, visibilityState: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of Azure subscription Ids that are authorized to create a partner namespace associated with this partner registration. This is an optional property. Creating partner namespaces is always permitted under the same Azure subscription as the one used for creating the partner registration.

Link copied to clipboard

The extension of the customer service URI of the publisher.

Link copied to clipboard
val id: String

Fully qualified identifier of the resource.

Link copied to clipboard

Location of the resource.

Link copied to clipboard
val logoUri: String? = null

URI of the logo.

Link copied to clipboard
val longDescription: String? = null

Long description for the custom scenarios and integration to be displayed in the portal if needed. Length of this description should not exceed 2048 characters.

Link copied to clipboard

Name of the resource.

Link copied to clipboard

The extension of the customer service number of the publisher. Only digits are allowed and number of digits should not exceed 10.

Link copied to clipboard

The customer service number of the publisher. The expected phone format should start with a '+' sign followed by the country code. The remaining digits are then followed. Only digits and spaces are allowed and its length cannot exceed 16 digits including country code. Examples of valid phone numbers are: +1 515 123 4567 and +966 7 5115 2471. Examples of invalid phone numbers are: +1 (515) 123-4567, 1 515 123 4567 and +966 121 5115 24 7 551 1234 43

Link copied to clipboard
val partnerName: String? = null

Official name of the partner name. For example: "Contoso".

Link copied to clipboard

Short description of the partner resource type. The length of this description should not exceed 256 characters.

Link copied to clipboard

Display name of the partner resource type.

Link copied to clipboard

Name of the partner resource type.

Link copied to clipboard

Provisioning state of the partner registration.

Link copied to clipboard
val setupUri: String? = null

URI of the partner website that can be used by Azure customers to setup Event Grid integration on an event source.

Link copied to clipboard

The system metadata relating to Partner Registration resource.

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

Tags of the resource.

Link copied to clipboard

Type of the resource.

Link copied to clipboard
val visibilityState: String? = null

Visibility state of the partner registration.