Get Share Subscription Result
data class GetShareSubscriptionResult(val createdAt: String, val expirationDate: String? = null, val id: String, val invitationId: String, val name: String, val providerEmail: String, val providerName: String, val providerTenantName: String, val provisioningState: String, val shareDescription: String, val shareKind: String, val shareName: String, val shareSubscriptionStatus: String, val shareTerms: String, val sourceShareLocation: String, val systemData: SystemDataResponse, val type: String, val userEmail: String, val userName: String)
A share subscription data transfer object.
Constructors
Link copied to clipboard
constructor(createdAt: String, expirationDate: String? = null, id: String, invitationId: String, name: String, providerEmail: String, providerName: String, providerTenantName: String, provisioningState: String, shareDescription: String, shareKind: String, shareName: String, shareSubscriptionStatus: String, shareTerms: String, sourceShareLocation: String, systemData: SystemDataResponse, type: String, userEmail: String, userName: String)
Properties
Link copied to clipboard
The expiration date of the share subscription.
Link copied to clipboard
The invitation id.
Link copied to clipboard
Email of the provider who created the resource
Link copied to clipboard
Name of the provider who created the resource
Link copied to clipboard
Tenant name of the provider who created the resource
Link copied to clipboard
Provisioning state of the share subscription
Link copied to clipboard
Description of share
Link copied to clipboard
Gets the current status of share subscription.
Link copied to clipboard
Terms of a share
Link copied to clipboard
Source share location.
Link copied to clipboard
System Data of the Azure resource.