IWithCreate Interface

Definition

The stage of the definition which contains all the minimum required inputs for the resource to be created, but also allows for any other optional settings to be specified.

public interface IWithCreate : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.ResourceManager.Fluent.IPolicyAssignment>, Microsoft.Azure.Management.ResourceManager.Fluent.PolicyAssignment.Definition.IWithDescription, Microsoft.Azure.Management.ResourceManager.Fluent.PolicyAssignment.Definition.IWithDisplayName, Microsoft.Azure.Management.ResourceManager.Fluent.PolicyAssignment.Definition.IWithEnforcementMode
type IWithCreate = interface
    interface ICreatable<IPolicyAssignment>
    interface IIndexable
    interface IWithDescription
    interface IWithDisplayName
    interface IWithEnforcementMode
Public Interface IWithCreate
Implements ICreatable(Of IPolicyAssignment), IWithDescription, IWithDisplayName, IWithEnforcementMode
Derived
Implements

Properties

Key (Inherited from IIndexable)
Name

Gets the name of the creatable resource.

(Inherited from ICreatable<T>)

Methods

Create()

Execute the create request.

(Inherited from ICreatable<T>)
CreateAsync(CancellationToken, Boolean)

Puts the request into the queue and allow the HTTP client to execute it when system resources are available.

(Inherited from ICreatable<T>)
WithDefaultMode()

Specifies the 'Default' mode of PolicyAssignment.

(Inherited from IWithEnforcementMode)
WithDescription(String)

Specifies the description of PolicyAssignment.

(Inherited from IWithDescription)
WithDisplayName(String)

Specifies the display name of PolicyAssignment.

(Inherited from IWithDisplayName)
WithDoNotEnforceMode()

Specifies the 'DoNotEnforce' mode of PolicyAssignment.

(Inherited from IWithEnforcementMode)

Applies to