MockableServiceFabricManagedClustersArmClient.GetServiceFabricManagedApplicationTypeResource Method

Definition

Gets an object representing a ServiceFabricManagedApplicationTypeResource 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 ServiceFabricManagedApplicationTypeResourceResourceIdentifier from its components.

public virtual Azure.ResourceManager.ServiceFabricManagedClusters.ServiceFabricManagedApplicationTypeResource GetServiceFabricManagedApplicationTypeResource (Azure.Core.ResourceIdentifier id);
abstract member GetServiceFabricManagedApplicationTypeResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.ServiceFabricManagedClusters.ServiceFabricManagedApplicationTypeResource
override this.GetServiceFabricManagedApplicationTypeResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.ServiceFabricManagedClusters.ServiceFabricManagedApplicationTypeResource
Public Overridable Function GetServiceFabricManagedApplicationTypeResource (id As ResourceIdentifier) As ServiceFabricManagedApplicationTypeResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a ServiceFabricManagedApplicationTypeResource object.

Applies to