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
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET