Share via


ServiceConfigurationResource Class

Definition

The service configuration details associated with the target resource.

[Microsoft.Rest.Serialization.JsonTransformation]
public class ServiceConfigurationResource : Microsoft.Azure.PowerShell.Ssh.Helpers.HybridConnectivity.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ServiceConfigurationResource = class
    inherit ProxyResource
Public Class ServiceConfigurationResource
Inherits ProxyResource
Inheritance
ServiceConfigurationResource
Attributes

Constructors

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.

Properties

Id

Gets fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

(Inherited from Resource)
Name

Gets the name of the resource

(Inherited from Resource)
Port

Gets or sets the port on which service is enabled.

ProvisioningState

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

ResourceId

Gets or sets the resource Id of the connectivity endpoint (optional).

ServiceName

Gets or sets name of the service. Possible values include: 'SSH', 'WAC'

SystemData

Gets azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from Resource)
Type

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

(Inherited from Resource)

Methods

Validate()

Validate the object.

Applies to