ProviderShareSubscription Constructors

Definition

Overloads

ProviderShareSubscription()

Initializes a new instance of the ProviderShareSubscription class.

ProviderShareSubscription(String, String, SystemData, String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, String, String, Nullable<DateTime>, String, String)

Initializes a new instance of the ProviderShareSubscription class.

ProviderShareSubscription()

Initializes a new instance of the ProviderShareSubscription class.

public ProviderShareSubscription ();
Public Sub New ()

Applies to

ProviderShareSubscription(String, String, SystemData, String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, String, String, Nullable<DateTime>, String, String)

Initializes a new instance of the ProviderShareSubscription class.

public ProviderShareSubscription (string id = default, string name = default, Microsoft.Azure.Management.DataShare.Models.SystemData systemData = default, string type = default, string consumerEmail = default, string consumerName = default, string consumerTenantName = default, DateTime? createdAt = default, DateTime? expirationDate = default, string providerEmail = default, string providerName = default, DateTime? sharedAt = default, string shareSubscriptionObjectId = default, string shareSubscriptionStatus = default);
new Microsoft.Azure.Management.DataShare.Models.ProviderShareSubscription : string * string * Microsoft.Azure.Management.DataShare.Models.SystemData * string * string * string * string * Nullable<DateTime> * Nullable<DateTime> * string * string * Nullable<DateTime> * string * string -> Microsoft.Azure.Management.DataShare.Models.ProviderShareSubscription
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional systemData As SystemData = Nothing, Optional type As String = Nothing, Optional consumerEmail As String = Nothing, Optional consumerName As String = Nothing, Optional consumerTenantName As String = Nothing, Optional createdAt As Nullable(Of DateTime) = Nothing, Optional expirationDate As Nullable(Of DateTime) = Nothing, Optional providerEmail As String = Nothing, Optional providerName As String = Nothing, Optional sharedAt As Nullable(Of DateTime) = Nothing, Optional shareSubscriptionObjectId As String = Nothing, Optional shareSubscriptionStatus As String = Nothing)

Parameters

id
String

The resource id of the azure resource

name
String

Name of the azure resource

systemData
SystemData

System Data of the Azure resource.

type
String

Type of the azure resource

consumerEmail
String

Email of the consumer who created the share subscription

consumerName
String

Name of the consumer who created the share subscription

consumerTenantName
String

Tenant name of the consumer who created the share subscription

createdAt
Nullable<DateTime>

created at

expirationDate
Nullable<DateTime>

Expiration date of the share subscription in UTC format

providerEmail
String

Email of the provider who created the share

providerName
String

Name of the provider who created the share

sharedAt
Nullable<DateTime>

Shared at

shareSubscriptionObjectId
String

share Subscription Object Id

shareSubscriptionStatus
String

Gets the status of share subscription. Possible values include: 'Active', 'Revoked', 'SourceDeleted', 'Revoking'

Applies to