你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PrivateStore Class

Definition

The PrivateStore data structure.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.PrivateStoreTypeConverter))]
public class PrivateStore : Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.IPrivateStore, Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.PrivateStoreTypeConverter))>]
type PrivateStore = class
    interface IPrivateStore
    interface IJsonSerializable
    interface IResource
    interface IValidates
Public Class PrivateStore
Implements IPrivateStore, IValidates
Inheritance
PrivateStore
Attributes
Implements

Constructors

PrivateStore()

Creates an new PrivateStore instance.

Properties

Availability

Indicates private store availability

Branding

Gets or sets list of branding characteristics

CollectionId

Gets list of associated collection ids

ETag

Identifier for purposes of race condition

Id

The resource ID.

IsGov

Is government

Name

The name of the resource.

NotificationSettingRecipient

Gets or sets list of notified recipients for new requests

NotificationSettingSendToAllMarketplaceAdmin

Gets or sets whether to send email to all marketplace admins for new requests

PrivateStoreId

Private Store id

PrivateStoreName

Private Store Name

ResourceGroupName

Gets the resource group name

SystemDataCreatedAt

The timestamp of resource creation (UTC)

SystemDataCreatedBy

The identity that created the resource.

SystemDataCreatedByType

The type of identity that created the resource

SystemDataLastModifiedAt

The timestamp of resource last modification (UTC)

SystemDataLastModifiedBy

The identity that last modified the resource.

SystemDataLastModifiedByType

The type of identity that last modified the resource

TenantId

Tenant id

Type

The type of the resource.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PrivateStore.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PrivateStore.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.IPrivateStore.

FromJsonString(String)

Creates a new instance of PrivateStore, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of PrivateStore into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to