Megosztás a következőn keresztül:


ShareSubscriptionData Class

Definition

A class representing the ShareSubscription data model. A share subscription data transfer object.

public class ShareSubscriptionData : Azure.ResourceManager.Models.ResourceData
type ShareSubscriptionData = class
    inherit ResourceData
Public Class ShareSubscriptionData
Inherits ResourceData
Inheritance
ShareSubscriptionData

Constructors

ShareSubscriptionData(Guid, AzureLocation)

Initializes a new instance of ShareSubscriptionData.

Properties

CreatedOn

Time at which the share subscription was created.

ExpireOn

The expiration date of the share subscription.

Id

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

(Inherited from ResourceData)
InvitationId

The invitation id.

Name

The name of the resource.

(Inherited from ResourceData)
ProviderEmail

Email of the provider who created the resource.

ProviderName

Name of the provider who created the resource.

ProviderTenantName

Tenant name of the provider who created the resource.

ProvisioningState

Provisioning state of the share subscription.

ResourceType

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

(Inherited from ResourceData)
ShareDescription

Description of share.

ShareKind

Kind of share.

ShareName

Name of the share.

ShareSubscriptionStatus

Gets the current status of share subscription.

ShareTerms

Terms of a share.

SourceShareLocation

Source share location.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
UserEmail

Email of the user who created the resource.

UserName

Name of the user who created the resource.

Applies to