IGenericResource Interface
Definition
An immutable client-side representation of an Azure generic resource.
public interface IGenericResource : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IGroupableResource<Microsoft.Azure.Management.ResourceManager.Fluent.IResourceManager,Microsoft.Azure.Management.ResourceManager.Fluent.Models.GenericResourceInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.ResourceManager.Fluent.Models.GenericResourceInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.ResourceManager.Fluent.IResourceManager>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IRefreshable<Microsoft.Azure.Management.ResourceManager.Fluent.IGenericResource>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IUpdatable<Microsoft.Azure.Management.ResourceManager.Fluent.GenericResource.Update.IWithApiVersion>
type IGenericResource = interface
interface IGroupableResource<IResourceManager, GenericResourceInner>
interface IResource
interface IIndexable
interface IHasId
interface IHasName
interface IHasResourceGroup
interface IHasManager<IResourceManager>
interface IHasInner<GenericResourceInner>
interface IRefreshable<IGenericResource>
interface IUpdatable<IWithApiVersion>
Public Interface IGenericResource
Implements IGroupableResource(Of IResourceManager, GenericResourceInner), IHasInner(Of GenericResourceInner), IHasManager(Of IResourceManager), IRefreshable(Of IGenericResource), IUpdatable(Of IWithApiVersion)
- Implements
Properties
ApiVersion | |
Inner | (Inherited from IHasInner<T>) |
Manager |
Gets the manager client type of this resource type. (Inherited from IHasManager<ManagerT>) |
ParentResourceId | |
Plan | |
Properties | |
ResourceProviderNamespace | |
ResourceType |
Methods
Refresh() |
Refreshes the resource to sync with Azure. (Inherited from IRefreshable<T>) |
RefreshAsync(CancellationToken) |
Refreshes the resource to sync with Azure. (Inherited from IRefreshable<T>) |
Update() | (Inherited from IUpdatable<T>) |