MockableDesktopVirtualizationArmClient.GetMsixPackageResource 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.
Gets an object representing a MsixPackageResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a MsixPackageResourceResourceIdentifier from its components.
public virtual Azure.ResourceManager.DesktopVirtualization.MsixPackageResource GetMsixPackageResource (Azure.Core.ResourceIdentifier id);
abstract member GetMsixPackageResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.DesktopVirtualization.MsixPackageResource
override this.GetMsixPackageResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.DesktopVirtualization.MsixPackageResource
Public Overridable Function GetMsixPackageResource (id As ResourceIdentifier) As MsixPackageResource
Parameters
The resource ID of the resource to get.
Returns
Returns a MsixPackageResource object.
Applies to
Azure SDK for .NET