StorageDataShareAccessPolicy 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.
Policy that specify the permission allowed to a managed identity.
public class StorageDataShareAccessPolicy : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Storage.Models.StorageDataShareAccessPolicy>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Storage.Models.StorageDataShareAccessPolicy>
type StorageDataShareAccessPolicy = class
interface IJsonModel<StorageDataShareAccessPolicy>
interface IPersistableModel<StorageDataShareAccessPolicy>
Public Class StorageDataShareAccessPolicy
Implements IJsonModel(Of StorageDataShareAccessPolicy), IPersistableModel(Of StorageDataShareAccessPolicy)
- Inheritance
-
StorageDataShareAccessPolicy
- Implements
Constructors
| Name | Description |
|---|---|
| StorageDataShareAccessPolicy(String, String, StorageDataShareAccessPolicyPermission) |
Initializes a new instance of StorageDataShareAccessPolicy. |
Properties
| Name | Description |
|---|---|
| Permission |
Allowed permissions. Currently, only supported value is Read. |
| PrincipalId |
The AAD principal ID of the Managed Identity. |
| TenantId |
The AAD tenant ID of the Managed Identity. |