Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

PSResourceProviderOperation Class

Definition

Namespace:
Microsoft.Azure.Commands.Resources.Models
Assembly:
Microsoft.Azure.PowerShell.Cmdlets.Resources.dll
Assembly:
Microsoft.Azure.Commands.Resources.dll

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Definition of a resource provider and its registration state

public class PSResourceProviderOperation
type PSResourceProviderOperation = class
Public Class PSResourceProviderOperation
Inheritance
PSResourceProviderOperation

Constructors

Name Description
PSResourceProviderOperation()

Properties

Name Description
Description

Gets or sets the name of the operation description.

IsDataAction

Gets or sets the value of the isdataaction.

Operation

Gets or sets the operation id

OperationName

Gets or sets the name of the provider operation.

ProviderNamespace

Gets or sets the name of the operation provider.

ResourceName

Gets or sets the name of the operation resource.

Applies to