Share via


MockableArcScVmmArmClient Class

Definition

A class to add extension methods to ArmClient.

public class MockableArcScVmmArmClient : Azure.ResourceManager.ArmResource
type MockableArcScVmmArmClient = class
    inherit ArmResource
Public Class MockableArcScVmmArmClient
Inherits ArmResource
Inheritance
MockableArcScVmmArmClient

Constructors

MockableArcScVmmArmClient()

Initializes a new instance of the MockableArcScVmmArmClient class for mocking.

Methods

GetInventoryItemResource(ResourceIdentifier)

Gets an object representing an InventoryItemResource 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 an InventoryItemResourceResourceIdentifier from its components.

GetScVmmAvailabilitySetResource(ResourceIdentifier)

Gets an object representing a ScVmmAvailabilitySetResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create a ScVmmAvailabilitySetResourceResourceIdentifier from its components.

GetScVmmCloudResource(ResourceIdentifier)

Gets an object representing a ScVmmCloudResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create a ScVmmCloudResourceResourceIdentifier from its components.

GetScVmmServerResource(ResourceIdentifier)

Gets an object representing a ScVmmServerResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create a ScVmmServerResourceResourceIdentifier from its components.

GetScVmmVirtualMachineResource(ResourceIdentifier)

Gets an object representing a ScVmmVirtualMachineResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create a ScVmmVirtualMachineResourceResourceIdentifier from its components.

GetScVmmVirtualMachineTemplateResource(ResourceIdentifier)

Gets an object representing a ScVmmVirtualMachineTemplateResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create a ScVmmVirtualMachineTemplateResourceResourceIdentifier from its components.

GetScVmmVirtualNetworkResource(ResourceIdentifier)

Gets an object representing a ScVmmVirtualNetworkResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create a ScVmmVirtualNetworkResourceResourceIdentifier from its components.

Applies to