ProviderFrontloadPayload(ProviderFrontloadPayloadProperties) Constructor
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.
Initializes a new instance of ProviderFrontloadPayload.
public ProviderFrontloadPayload(Azure.ResourceManager.ProviderHub.Models.ProviderFrontloadPayloadProperties properties);
new Azure.ResourceManager.ProviderHub.Models.ProviderFrontloadPayload : Azure.ResourceManager.ProviderHub.Models.ProviderFrontloadPayloadProperties -> Azure.ResourceManager.ProviderHub.Models.ProviderFrontloadPayload
Public Sub New (properties As ProviderFrontloadPayloadProperties)
Parameters
- properties
- ProviderFrontloadPayloadProperties
Properties of the frontload payload.
Exceptions
properties is null.