PolicyDescriptionContract Constructors

Definition

Overloads

PolicyDescriptionContract()

Initializes a new instance of the PolicyDescriptionContract class.

PolicyDescriptionContract(String, String, String, String, Nullable<Int64>)

Initializes a new instance of the PolicyDescriptionContract class.

PolicyDescriptionContract()

Initializes a new instance of the PolicyDescriptionContract class.

public PolicyDescriptionContract ();
Public Sub New ()

Applies to

PolicyDescriptionContract(String, String, String, String, Nullable<Int64>)

Initializes a new instance of the PolicyDescriptionContract class.

public PolicyDescriptionContract (string id = default, string name = default, string type = default, string description = default, long? scope = default);
new Microsoft.Azure.Management.ApiManagement.Models.PolicyDescriptionContract : string * string * string * string * Nullable<int64> -> Microsoft.Azure.Management.ApiManagement.Models.PolicyDescriptionContract
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional description As String = Nothing, Optional scope As Nullable(Of Long) = Nothing)

Parameters

id
String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name
String

The name of the resource

type
String

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

description
String

Policy description.

scope
Nullable<Int64>

Binary OR value of the Snippet scope.

Applies to