Share via


ServiceConfigurationResource Constructors

Definition

Overloads

ServiceConfigurationResource()

Initializes a new instance of the ServiceConfigurationResource class.

ServiceConfigurationResource(String, String, String, String, SystemData, String, Nullable<Int64>, String)

Initializes a new instance of the ServiceConfigurationResource class.

ServiceConfigurationResource()

Initializes a new instance of the ServiceConfigurationResource class.

public ServiceConfigurationResource ();
Public Sub New ()

Applies to

ServiceConfigurationResource(String, String, String, String, SystemData, String, Nullable<Int64>, String)

Initializes a new instance of the ServiceConfigurationResource class.

public ServiceConfigurationResource (string serviceName, string id = default, string name = default, string type = default, Microsoft.Azure.PowerShell.Ssh.Helpers.HybridConnectivity.Models.SystemData systemData = default, string resourceId = default, long? port = default, string provisioningState = default);
new Microsoft.Azure.PowerShell.Ssh.Helpers.HybridConnectivity.Models.ServiceConfigurationResource : string * string * string * string * Microsoft.Azure.PowerShell.Ssh.Helpers.HybridConnectivity.Models.SystemData * string * Nullable<int64> * string -> Microsoft.Azure.PowerShell.Ssh.Helpers.HybridConnectivity.Models.ServiceConfigurationResource
Public Sub New (serviceName As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional systemData As SystemData = Nothing, Optional resourceId As String = Nothing, Optional port As Nullable(Of Long) = Nothing, Optional provisioningState As String = Nothing)

Parameters

serviceName
String

Name of the service. Possible values include: 'SSH', 'WAC'

id
String

Fully qualified resource ID for the resource. E.g. "/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"

systemData
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

resourceId
String

The resource Id of the connectivity endpoint (optional).

port
Nullable<Int64>

The port on which service is enabled.

provisioningState
String

The resource provisioning state. Possible values include: 'Succeeded', 'Creating', 'Updating', 'Failed', 'Canceled'

Applies to