Package-level declarations

Types

Link copied to clipboard
data class GetAliasResult(val azureApiVersion: String, val id: String, val name: String, val properties: SubscriptionAliasResponsePropertiesResponse, val systemData: SystemDataResponse, val type: String)

Subscription Information with the alias.

Link copied to clipboard
data class GetSubscriptionTarDirectoryResult(val azureApiVersion: String, val id: String, val name: String, val properties: TargetDirectoryResultPropertiesResponse, val type: String)

Subscription Response for Changed Target Directory.

data class SubscriptionAliasResponsePropertiesResponse(val acceptOwnershipState: String, val acceptOwnershipUrl: String, val billingScope: String? = null, val createdTime: String? = null, val displayName: String? = null, val managementGroupId: String? = null, val provisioningState: String, val resellerId: String? = null, val subscriptionId: String, val subscriptionOwnerId: String? = null, val tags: Map<String, String>? = null, val workload: String? = null)

Put subscription creation result properties.

Link copied to clipboard
data class SystemDataResponse(val createdAt: String? = null, val createdBy: String? = null, val createdByType: String? = null, val lastModifiedAt: String? = null, val lastModifiedBy: String? = null, val lastModifiedByType: String? = null)

Metadata pertaining to creation and last modification of the resource.

Link copied to clipboard
data class TargetDirectoryResultPropertiesResponse(val destinationOwnerId: String, val destinationTenantId: String, val expiresOn: String, val status: String)

Properties of subscription Response for Changed Target Directory.