ArmDataBoxEdgeModelFactory.EdgeRemoteSupportSettings Method

Definition

public static Azure.ResourceManager.DataBoxEdge.Models.EdgeRemoteSupportSettings EdgeRemoteSupportSettings(Azure.ResourceManager.DataBoxEdge.Models.EdgeRemoteApplicationType? remoteApplicationType = default, Azure.ResourceManager.DataBoxEdge.Models.EdgeRemoteApplicationAccessLevel? accessLevel = default, DateTimeOffset? expireOn = default);
static member EdgeRemoteSupportSettings : Nullable<Azure.ResourceManager.DataBoxEdge.Models.EdgeRemoteApplicationType> * Nullable<Azure.ResourceManager.DataBoxEdge.Models.EdgeRemoteApplicationAccessLevel> * Nullable<DateTimeOffset> -> Azure.ResourceManager.DataBoxEdge.Models.EdgeRemoteSupportSettings
Public Shared Function EdgeRemoteSupportSettings (Optional remoteApplicationType As Nullable(Of EdgeRemoteApplicationType) = Nothing, Optional accessLevel As Nullable(Of EdgeRemoteApplicationAccessLevel) = Nothing, Optional expireOn As Nullable(Of DateTimeOffset) = Nothing) As EdgeRemoteSupportSettings

Parameters

remoteApplicationType
Nullable<EdgeRemoteApplicationType>

Remote application type.

accessLevel
Nullable<EdgeRemoteApplicationAccessLevel>

Access level allowed for this remote application type.

expireOn
Nullable<DateTimeOffset>

Expiration time stamp.

Returns

A new EdgeRemoteSupportSettings instance for mocking.

Applies to