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
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