Delen via


ArmDataBoxEdgeModelFactory.DataBoxEdgeEtcdInfo(String, String) Method

Definition

Initializes a new instance of DataBoxEdgeEtcdInfo.

public static Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeEtcdInfo DataBoxEdgeEtcdInfo (string etcdInfoType = default, string version = default);
static member DataBoxEdgeEtcdInfo : string * string -> Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeEtcdInfo
Public Shared Function DataBoxEdgeEtcdInfo (Optional etcdInfoType As String = Nothing, Optional version As String = Nothing) As DataBoxEdgeEtcdInfo

Parameters

etcdInfoType
String

Etcd type.

version
String

Etcd version.

Returns

A new DataBoxEdgeEtcdInfo instance for mocking.

Applies to