Infrastructure.Validate Method
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
Validate(ProvisioningBuildOptions) |
Validate the presence of any required members. |
Validate(ProvisioningContext) |
Validate the presence of any required members. |
Validate(ProvisioningBuildOptions)
- Source:
- Infrastructure.cs
Validate the presence of any required members.
protected internal override void Validate (Azure.Provisioning.ProvisioningBuildOptions? options = default);
override this.Validate : Azure.Provisioning.ProvisioningBuildOptions -> unit
Protected Friend Overrides Sub Validate (Optional options As ProvisioningBuildOptions = Nothing)
Parameters
- options
- ProvisioningBuildOptions
Optional ProvisioningBuildOptions.
Applies to
Validate(ProvisioningContext)
- Source:
- Infrastructure.cs
Validate the presence of any required members.
protected internal override void Validate (Azure.Provisioning.ProvisioningContext? context = default);
override this.Validate : Azure.Provisioning.ProvisioningContext -> unit
Protected Friend Overrides Sub Validate (Optional context As ProvisioningContext = Nothing)
Parameters
- context
- ProvisioningContext
Optional ProvisioningContext.
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.