Share via


StaticMember Constructors

Definition

Overloads

StaticMember()

Initializes a new instance of the StaticMember class.

StaticMember(String, String, String, String, String, String, String, SystemData)

Initializes a new instance of the StaticMember class.

StaticMember()

Initializes a new instance of the StaticMember class.

public StaticMember ();
Public Sub New ()

Applies to

StaticMember(String, String, String, String, String, String, String, SystemData)

Initializes a new instance of the StaticMember class.

public StaticMember (string id = default, string name = default, string type = default, string etag = default, string resourceId = default, string region = default, string provisioningState = default, Microsoft.Azure.Management.Network.Models.SystemData systemData = default);
new Microsoft.Azure.Management.Network.Models.StaticMember : string * string * string * string * string * string * string * Microsoft.Azure.Management.Network.Models.SystemData -> Microsoft.Azure.Management.Network.Models.StaticMember
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional etag As String = Nothing, Optional resourceId As String = Nothing, Optional region As String = Nothing, Optional provisioningState As String = Nothing, Optional systemData As SystemData = Nothing)

Parameters

id
String

Resource ID.

name
String

Resource name.

type
String

Resource type.

etag
String

A unique read-only string that changes whenever the resource is updated.

resourceId
String

Resource Id.

region
String

Resource region.

provisioningState
String

The provisioning state of the scope assignment resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'

systemData
SystemData

The system metadata related to this resource.

Applies to