Provisionable.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:
- Provisionable.cs
Validate the presence of any required members.
protected internal virtual void Validate (Azure.Provisioning.ProvisioningBuildOptions? options = default);
abstract member Validate : Azure.Provisioning.ProvisioningBuildOptions -> unit
override this.Validate : Azure.Provisioning.ProvisioningBuildOptions -> unit
Protected Friend Overridable Sub Validate (Optional options As ProvisioningBuildOptions = Nothing)
Parameters
- options
- ProvisioningBuildOptions
Optional ProvisioningBuildOptions.
Applies to
Validate(ProvisioningContext)
- Source:
- Provisionable.cs
Validate the presence of any required members.
protected internal virtual void Validate (Azure.Provisioning.ProvisioningContext? context = default);
abstract member Validate : Azure.Provisioning.ProvisioningContext -> unit
override this.Validate : Azure.Provisioning.ProvisioningContext -> unit
Protected Friend Overridable Sub Validate (Optional context As ProvisioningContext = Nothing)
Parameters
- context
- ProvisioningContext
Optional ProvisioningContext.
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