ArmDataBoxEdgeModelFactory.EdgeRemoteSupportSettings Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.