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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET