Share via


EnterpriseManagementGroupInternal.Create<T> Method

Definition

Creates a new internal management group using the specified SDK data layer proxy and the specified connection settings.

public:
generic <typename T>
 where T : Microsoft::EnterpriseManagement::EnterpriseManagementGroupInternalgcnew() static T Create(Microsoft::EnterpriseManagement::Common::Internal::SdkDataLayerProxyCore ^ sdkDataLayerProxy, Microsoft::EnterpriseManagement::EnterpriseManagementConnectionSettings ^ connectionSettings);
public static T Create<T> (Microsoft.EnterpriseManagement.Common.Internal.SdkDataLayerProxyCore sdkDataLayerProxy, Microsoft.EnterpriseManagement.EnterpriseManagementConnectionSettings connectionSettings) where T : Microsoft.EnterpriseManagement.EnterpriseManagementGroupInternalnew();
static member Create : Microsoft.EnterpriseManagement.Common.Internal.SdkDataLayerProxyCore * Microsoft.EnterpriseManagement.EnterpriseManagementConnectionSettings -> 'T (requires 'T :> Microsoft.EnterpriseManagement.EnterpriseManagementGroupInternal and 'T : (new : unit -> 'T))
Public Shared Function Create(Of T As {EnterpriseManagementGroupInternalNew}) (sdkDataLayerProxy As SdkDataLayerProxyCore, connectionSettings As EnterpriseManagementConnectionSettings) As T

Type Parameters

T

Parameters

sdkDataLayerProxy
SdkDataLayerProxyCore

The SDK data layer proxy.

connectionSettings
EnterpriseManagementConnectionSettings

The connection settings.

Returns

T

Returns {0}.

A new internal management group.

Applies to