EdgePolicies 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
EdgePolicies() |
Initializes a new instance of the EdgePolicies class. |
EdgePolicies(EdgeUsageDataCollectionPolicy) |
Initializes a new instance of the EdgePolicies class. |
EdgePolicies()
Initializes a new instance of the EdgePolicies class.
public EdgePolicies ();
Public Sub New ()
Applies to
EdgePolicies(EdgeUsageDataCollectionPolicy)
Initializes a new instance of the EdgePolicies class.
public EdgePolicies (Microsoft.Azure.Management.Media.Models.EdgeUsageDataCollectionPolicy usageDataCollectionPolicy = default);
new Microsoft.Azure.Management.Media.Models.EdgePolicies : Microsoft.Azure.Management.Media.Models.EdgeUsageDataCollectionPolicy -> Microsoft.Azure.Management.Media.Models.EdgePolicies
Public Sub New (Optional usageDataCollectionPolicy As EdgeUsageDataCollectionPolicy = Nothing)
Parameters
- usageDataCollectionPolicy
- EdgeUsageDataCollectionPolicy
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET