KeyDelivery Constructors
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.
Overloads
KeyDelivery() |
Initializes a new instance of the KeyDelivery class. |
KeyDelivery(AccessControl) |
Initializes a new instance of the KeyDelivery class. |
KeyDelivery()
Initializes a new instance of the KeyDelivery class.
public KeyDelivery ();
Public Sub New ()
Applies to
KeyDelivery(AccessControl)
Initializes a new instance of the KeyDelivery class.
public KeyDelivery (Microsoft.Azure.Management.Media.Models.AccessControl accessControl = default);
new Microsoft.Azure.Management.Media.Models.KeyDelivery : Microsoft.Azure.Management.Media.Models.AccessControl -> Microsoft.Azure.Management.Media.Models.KeyDelivery
Public Sub New (Optional accessControl As AccessControl = Nothing)
Parameters
- accessControl
- AccessControl
The access control properties for Key Delivery.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET