ICommunityGalleryInfo.CommunityGalleryEnabled Property
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.
Contains info about whether community gallery sharing is enabled.
[Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.Info(Description="Contains info about whether community gallery sharing is enabled.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=true, Required=false, SerializedName="communityGalleryEnabled")]
public bool? CommunityGalleryEnabled { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.Info(Description="Contains info about whether community gallery sharing is enabled.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=true, Required=false, SerializedName="communityGalleryEnabled")>]
member this.CommunityGalleryEnabled : Nullable<bool>
Public ReadOnly Property CommunityGalleryEnabled As Nullable(Of Boolean)
Property Value
- Attributes