Provider Share Subscriptions - List By Share

List of available share subscriptions to a provider share.
List share subscriptions in a provider share

GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shares/{shareName}/providerShareSubscriptions?api-version=2021-08-01
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shares/{shareName}/providerShareSubscriptions?api-version=2021-08-01&$skipToken={$skipToken}

URI Parameters

Name In Required Type Description
accountName
path True

string

The name of the share account.

resourceGroupName
path True

string

The resource group name.

shareName
path True

string

The name of the share.

subscriptionId
path True

string

The subscription identifier

api-version
query True

string

The api version to use.

$skipToken
query

string

Continuation Token

Responses

Name Type Description
200 OK

ProviderShareSubscriptionList

Success

Other Status Codes

DataShareError

An error response received from the Microsoft.DataShare resource provider.

Security

azure_auth

Azure Active Directory OAuth2 Flow.

Type: oauth2
Flow: implicit
Authorization URL: https://login.microsoftonline.com/common/oauth2/authorize

Scopes

Name Description
user_impersonation impersonate your user account

Examples

ProviderShareSubscriptions_ListByShare

Sample Request

GET https://management.azure.com/subscriptions/12345678-1234-1234-12345678abc/resourceGroups/SampleResourceGroup/providers/Microsoft.DataShare/accounts/Account1/shares/Share1/providerShareSubscriptions?api-version=2021-08-01

Sample Response

Date: Wed, 13 Sep 2017 18:04:32 GMT
x-ms-request-id: d5496da4-9c52-402f-b067-83cc9ddea888
X-Content-Type-Options: nosniff
x-ms-ratelimit-remaining-tenant-reads: 14999
x-ms-correlation-request-id: 25c78f97-0b0a-4fe9-ad39-883a482265cd
{
  "value": [
    {
      "properties": {
        "consumerName": "John Smith",
        "consumerEmail": "john.smith@microsoft.com",
        "createdAt": "2018-12-13T08:52:42.6224087Z",
        "providerName": "John Smith",
        "providerEmail": "john.smith@microsoft.com",
        "sharedAt": "2018-12-13T08:45:40.9005877Z",
        "consumerTenantName": "Microsoft",
        "shareSubscriptionStatus": "Active",
        "expirationDate": "2020-08-26T22:33:24.5785265Z"
      },
      "id": "/subscriptions/12345678-1234-1234-12345678abc/resourceGroups/SampleResourceGroup/providers/Microsoft.DataShare/accounts/Account1/shares/Share1/providerShareSubscripitons/4256e2cf-0f82-4865-961b-12f83333f487",
      "name": "4256e2cf-0f82-4865-961b-12f83333f487",
      "type": "Microsoft.DataShare/accounts/shares/providerShareSubscriptions"
    }
  ]
}

Definitions

Name Description
createdByType

The type of identity that created the resource.

DataShareError

The data share error model.

DataShareErrorInfo

The data share error body model.

lastModifiedByType

The type of identity that last modified the resource.

ProviderShareSubscription

A provider side share subscription data transfer object.

ProviderShareSubscriptionList

List response for get ShareSubscription.

shareSubscriptionStatus

Gets the status of share subscription

SystemData

Metadata pertaining to creation and last modification of the resource.

createdByType

The type of identity that created the resource.

Name Type Description
Application

string

Key

string

ManagedIdentity

string

User

string

DataShareError

The data share error model.

Name Type Description
error

DataShareErrorInfo

The data share error body

DataShareErrorInfo

The data share error body model.

Name Type Description
code

string

Code of the error

details

DataShareErrorInfo[]

Nested details of the error model

message

string

Message of the error

target

string

Target of the error

lastModifiedByType

The type of identity that last modified the resource.

Name Type Description
Application

string

Key

string

ManagedIdentity

string

User

string

ProviderShareSubscription

A provider side share subscription data transfer object.

Name Type Description
id

string

The resource id of the azure resource

name

string

Name of the azure resource

properties.consumerEmail

string

Email of the consumer who created the share subscription

properties.consumerName

string

Name of the consumer who created the share subscription

properties.consumerTenantName

string

Tenant name of the consumer who created the share subscription

properties.createdAt

string

created at

properties.expirationDate

string

Expiration date of the share subscription in UTC format

properties.providerEmail

string

Email of the provider who created the share

properties.providerName

string

Name of the provider who created the share

properties.shareSubscriptionObjectId

string

share Subscription Object Id

properties.shareSubscriptionStatus

shareSubscriptionStatus

Gets the status of share subscription

properties.sharedAt

string

Shared at

systemData

SystemData

System Data of the Azure resource.

type

string

Type of the azure resource

ProviderShareSubscriptionList

List response for get ShareSubscription.

Name Type Description
nextLink

string

The Url of next result page.

value

ProviderShareSubscription[]

Collection of items of type DataTransferObjects.

shareSubscriptionStatus

Gets the status of share subscription

Name Type Description
Active

string

Revoked

string

Revoking

string

SourceDeleted

string

SystemData

Metadata pertaining to creation and last modification of the resource.

Name Type Description
createdAt

string

The timestamp of resource creation (UTC).

createdBy

string

The identity that created the resource.

createdByType

createdByType

The type of identity that created the resource.

lastModifiedAt

string

The type of identity that last modified the resource.

lastModifiedBy

string

The identity that last modified the resource.

lastModifiedByType

lastModifiedByType

The type of identity that last modified the resource.