Partager via


GenericResource Interface

Implémente

GroupableResource<com.microsoft.azure.management.resources.implementation.ResourceManager,com.microsoft.azure.management.resources.implementation.GenericResourceInner> Actualisable<GenericResource> Modifiable<Mettre à jour>

public interface GenericResource
extends GroupableResource<com.microsoft.azure.management.resources.implementation.ResourceManager,com.microsoft.azure.management.resources.implementation.GenericResourceInner>, Refreshable<GenericResource>, Updatable<Update>

Représentation côté client immuable d’une ressource générique Azure.

Résumé de la méthode

Modificateur et type Méthode et description
abstract java.lang.String apiVersion()
abstract java.lang.String parentResourcePath()
abstract Plan plan()
abstract java.lang.Object properties()
abstract java.lang.String resourceProviderNamespace()
abstract java.lang.String resourceType()

Détails de la méthode

apiVersion

public abstract String apiVersion()

Returns:

version de l’API de la ressource

parentResourcePath

public abstract String parentResourcePath()

Returns:

ID de la ressource parente s’il s’agit d’une ressource enfant

plan

public abstract Plan plan()

Returns:

le plan de la ressource

properties

public abstract Object properties()

Returns:

autres propriétés de la ressource

resourceProviderNamespace

public abstract String resourceProviderNamespace()

Returns:

l’espace de noms du fournisseur de ressources

resourceType

public abstract String resourceType()

Returns:

type de la ressource

S’applique à