C# Class Microsoft.Azure.Commands.Batch.Models.PSImageReference

显示文件 Open project: Azure/azure-powershell Class Usage Examples

Public Methods

Method Description
PSImageReference ( string offer, string publisher, string sku, string version = null ) : System

Private Methods

Method Description
PSImageReference ( Microsoft omObject ) : System

Method Details

PSImageReference() public method

public PSImageReference ( string offer, string publisher, string sku, string version = null ) : System
offer string
publisher string
sku string
version string
return System