ArmAvsModelFactory.ScriptPackageData 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.
Initializes a new instance of ScriptPackageData.
public static Azure.ResourceManager.Avs.ScriptPackageData ScriptPackageData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.ResourceManager.Avs.Models.ScriptPackageProvisioningState? provisioningState = default, string description = default, string version = default, string company = default, Uri uri = default);
static member ScriptPackageData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<Azure.ResourceManager.Avs.Models.ScriptPackageProvisioningState> * string * string * string * Uri -> Azure.ResourceManager.Avs.ScriptPackageData
Public Shared Function ScriptPackageData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional provisioningState As Nullable(Of ScriptPackageProvisioningState) = Nothing, Optional description As String = Nothing, Optional version As String = Nothing, Optional company As String = Nothing, Optional uri As Uri = Nothing) As ScriptPackageData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- provisioningState
- Nullable<ScriptPackageProvisioningState>
The provisioning state of the resource.
- description
- String
User friendly description of the package.
- version
- String
Module version.
- company
- String
Company that created and supports the package.
- uri
- Uri
Link to support by the package vendor.
Returns
A new ScriptPackageData instance for mocking.
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.