ShareSubscriptionData Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from ResourceData) |
Applies to
Azure SDK for .NET