Share via


CheckRestrictionsResourceDetails Constructors

Definition

Overloads

CheckRestrictionsResourceDetails()

Initializes a new instance of the CheckRestrictionsResourceDetails class.

CheckRestrictionsResourceDetails(Object, String, String)

Initializes a new instance of the CheckRestrictionsResourceDetails class.

CheckRestrictionsResourceDetails()

Initializes a new instance of the CheckRestrictionsResourceDetails class.

public CheckRestrictionsResourceDetails ();
Public Sub New ()

Applies to

CheckRestrictionsResourceDetails(Object, String, String)

Initializes a new instance of the CheckRestrictionsResourceDetails class.

public CheckRestrictionsResourceDetails (object resourceContent, string apiVersion = default, string scope = default);
new Microsoft.Azure.Management.PolicyInsights.Models.CheckRestrictionsResourceDetails : obj * string * string -> Microsoft.Azure.Management.PolicyInsights.Models.CheckRestrictionsResourceDetails
Public Sub New (resourceContent As Object, Optional apiVersion As String = Nothing, Optional scope As String = Nothing)

Parameters

resourceContent
Object

The resource content. This should include whatever properties are already known and can be a partial set of all resource properties.

apiVersion
String

The api-version of the resource content.

scope
String

The scope where the resource is being created. For example, if the resource is a child resource this would be the parent resource's resource ID.

Applies to