ArmComputeModelFactory.SharingProfileGroup Method

Definition

public static Azure.ResourceManager.Compute.Models.SharingProfileGroup SharingProfileGroup(Azure.ResourceManager.Compute.Models.SharingProfileGroupType? groupType = default, System.Collections.Generic.IEnumerable<string> ids = default);
static member SharingProfileGroup : Nullable<Azure.ResourceManager.Compute.Models.SharingProfileGroupType> * seq<string> -> Azure.ResourceManager.Compute.Models.SharingProfileGroup
Public Shared Function SharingProfileGroup (Optional groupType As Nullable(Of SharingProfileGroupType) = Nothing, Optional ids As IEnumerable(Of String) = Nothing) As SharingProfileGroup

Parameters

groupType
Nullable<SharingProfileGroupType>

This property allows you to specify the type of sharing group. Possible values are: Subscriptions,AADTenants..

ids
IEnumerable<String>

A list of subscription/tenant ids the gallery is aimed to be shared to.

Returns

A new SharingProfileGroup instance for mocking.

Applies to