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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET