Partager via


ServiceFabricExtensions.GetServiceFabricApplicationTypeResource Méthode

Définition

Obtient un objet représentant un ServiceFabricApplicationTypeResource avec les opérations instance qui peuvent être effectuées sur celui-ci, mais sans données. Vous pouvez utiliser CreateResourceIdentifier(String, String, String, String) pour créer un ServiceFabricApplicationTypeResourceResourceIdentifier à partir de ses composants.

public static Azure.ResourceManager.ServiceFabric.ServiceFabricApplicationTypeResource GetServiceFabricApplicationTypeResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);
static member GetServiceFabricApplicationTypeResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.ServiceFabric.ServiceFabricApplicationTypeResource
<Extension()>
Public Function GetServiceFabricApplicationTypeResource (client As ArmClient, id As ResourceIdentifier) As ServiceFabricApplicationTypeResource

Paramètres

client
ArmClient

Instance ArmClient sur laquelle la méthode s’exécute.

id
ResourceIdentifier

ID de ressource de la ressource à obtenir.

Retours

Retourne un objet ServiceFabricApplicationTypeResource.

S’applique à