Freigeben über


IGenericResources.CheckExistence Methode

Definition

Überprüfen Sie, ob eine Ressource in einer Ressourcengruppe vorhanden ist.

public bool CheckExistence (string resourceGroupName, string resourceProviderNamespace, string parentResourcePath, string resourceType, string resourceName, string apiVersion = default);
abstract member CheckExistence : string * string * string * string * string * string -> bool
Public Function CheckExistence (resourceGroupName As String, resourceProviderNamespace As String, parentResourcePath As String, resourceType As String, resourceName As String, Optional apiVersion As String = Nothing) As Boolean

Parameter

resourceGroupName
String

resourceGroupName der Name der Ressourcengruppe

resourceProviderNamespace
String

resourceProviderNamespace der Namespace des Ressourcenanbieters

parentResourcePath
String

parentResourcePath, der Ressourcenpfad des übergeordneten Elements

resourceType
String

resourceTyp des Ressourcentyps

resourceName
String

resourceName the name of the resource

apiVersion
String

apiVersion der API-Version

Gibt zurück

true, wenn die Ressource vorhanden ist; false andernfalls

Gilt für: