Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ public PrivateStoreOfferData() { }
public System.DateTimeOffset? CreatedOn { get { throw null; } }
public Azure.ETag? ETag { get { throw null; } set { } }
public System.Collections.Generic.IDictionary<string, System.Uri> IconFileUris { get { throw null; } }
public bool? IsStopSell { get { throw null; } }
public bool? IsUpdateSuppressedDueToIdempotence { get { throw null; } set { } }
public System.DateTimeOffset? ModifiedOn { get { throw null; } }
public string OfferDisplayName { get { throw null; } }
Expand All @@ -273,6 +274,8 @@ public partial class PrivateStoreOfferResource : Azure.ResourceManager.ArmResour
protected PrivateStoreOfferResource() { }
public virtual Azure.ResourceManager.Marketplace.PrivateStoreOfferData Data { get { throw null; } }
public virtual bool HasData { get { throw null; } }
public virtual Azure.Response<Azure.ResourceManager.Marketplace.PrivateStoreOfferResource> ContextsView(Azure.ResourceManager.Marketplace.Models.CollectionOffersByAllContextsPayload payload = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Marketplace.PrivateStoreOfferResource>> ContextsViewAsync(Azure.ResourceManager.Marketplace.Models.CollectionOffersByAllContextsPayload payload = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
public static Azure.Core.ResourceIdentifier CreateResourceIdentifier(System.Guid privateStoreId, System.Guid collectionId, string offerId) { throw null; }
public virtual Azure.ResourceManager.ArmOperation Delete(Azure.WaitUntil waitUntil, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
public virtual Azure.Response Delete(Azure.ResourceManager.Marketplace.Models.PrivateStoreOperation? payload = default(Azure.ResourceManager.Marketplace.Models.PrivateStoreOperation?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
Expand Down Expand Up @@ -415,9 +418,15 @@ public static partial class ArmMarketplaceModelFactory
public static Azure.ResourceManager.Marketplace.PrivateStoreCollectionInfoData PrivateStoreCollectionInfoData(Azure.Core.ResourceIdentifier id = null, string name = null, Azure.Core.ResourceType resourceType = default(Azure.Core.ResourceType), Azure.ResourceManager.Models.SystemData systemData = null, System.Guid? collectionId = default(System.Guid?), string collectionName = null, string claim = null, bool? areAllSubscriptionsSelected = default(bool?), bool? areAllItemsApproved = default(bool?), System.DateTimeOffset? approveAllItemsModifiedOn = default(System.DateTimeOffset?), System.Collections.Generic.IEnumerable<string> subscriptionsList = null, bool? isEnabled = default(bool?), long? numberOfOffers = default(long?), System.Collections.Generic.IEnumerable<Azure.ResourceManager.Marketplace.Models.MarketplaceRule> appliedRules = null) { throw null; }
public static Azure.ResourceManager.Marketplace.PrivateStoreData PrivateStoreData(Azure.Core.ResourceIdentifier id = null, string name = null, Azure.Core.ResourceType resourceType = default(Azure.Core.ResourceType), Azure.ResourceManager.Models.SystemData systemData = null, Azure.ResourceManager.Marketplace.Models.PrivateStoreAvailability? availability = default(Azure.ResourceManager.Marketplace.Models.PrivateStoreAvailability?), System.Guid? privateStoreId = default(System.Guid?), Azure.ETag? eTag = default(Azure.ETag?), string privateStoreName = null, System.Guid? tenantId = default(System.Guid?), bool? isGov = default(bool?), System.Collections.Generic.IEnumerable<System.Guid> collectionIds = null, System.Collections.Generic.IDictionary<string, string> branding = null, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Marketplace.Models.NotificationRecipient> recipients = null, bool? sendToAllMarketplaceAdmins = default(bool?)) { throw null; }
public static Azure.ResourceManager.Marketplace.Models.PrivateStoreNotificationsState PrivateStoreNotificationsState(System.Collections.Generic.IEnumerable<Azure.ResourceManager.Marketplace.Models.StopSellNotifications> stopSellNotifications = null, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Marketplace.Models.NewPlanNotification> newNotifications = null, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Marketplace.Models.RequestApprovalsDetails> approvalRequests = null) { throw null; }
public static Azure.ResourceManager.Marketplace.PrivateStoreOfferData PrivateStoreOfferData(Azure.Core.ResourceIdentifier id = null, string name = null, Azure.Core.ResourceType resourceType = default(Azure.Core.ResourceType), Azure.ResourceManager.Models.SystemData systemData = null, string uniqueOfferId = null, string offerDisplayName = null, string publisherDisplayName = null, Azure.ETag? eTag = default(Azure.ETag?), System.Guid? privateStoreId = default(System.Guid?), System.DateTimeOffset? createdOn = default(System.DateTimeOffset?), System.DateTimeOffset? modifiedOn = default(System.DateTimeOffset?), System.Collections.Generic.IEnumerable<string> specificPlanIdsLimitation = null, bool? isUpdateSuppressedDueToIdempotence = default(bool?), System.Collections.Generic.IDictionary<string, System.Uri> iconFileUris = null, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Marketplace.Models.PrivateStorePlan> plans = null) { throw null; }
public static Azure.ResourceManager.Marketplace.Models.PrivateStoreOfferResult PrivateStoreOfferResult(string uniqueOfferId = null, string offerDisplayName = null, string publisherDisplayName = null, Azure.ETag? eTag = default(Azure.ETag?), System.Guid? privateStoreId = default(System.Guid?), System.DateTimeOffset? createdOn = default(System.DateTimeOffset?), System.DateTimeOffset? modifiedOn = default(System.DateTimeOffset?), System.Collections.Generic.IEnumerable<string> specificPlanIdsLimitation = null, bool? isUpdateSuppressedDueToIdempotence = default(bool?), System.Collections.Generic.IReadOnlyDictionary<string, System.Uri> iconFileUris = null, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Marketplace.Models.PrivateStorePlan> plans = null) { throw null; }
public static Azure.ResourceManager.Marketplace.Models.PrivateStorePlan PrivateStorePlan(string skuId = null, string planId = null, string planDisplayName = null, Azure.ResourceManager.Marketplace.Models.PrivateStorePlanAccessibility? accessibility = default(Azure.ResourceManager.Marketplace.Models.PrivateStorePlanAccessibility?), string altStackReference = null, string stackType = null) { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public static Azure.ResourceManager.Marketplace.PrivateStoreOfferData PrivateStoreOfferData(Azure.Core.ResourceIdentifier id, string name, Azure.Core.ResourceType resourceType, Azure.ResourceManager.Models.SystemData systemData, string uniqueOfferId, string offerDisplayName, string publisherDisplayName, Azure.ETag? eTag, System.Guid? privateStoreId, System.DateTimeOffset? createdOn, System.DateTimeOffset? modifiedOn, System.Collections.Generic.IEnumerable<string> specificPlanIdsLimitation, bool? isUpdateSuppressedDueToIdempotence, System.Collections.Generic.IDictionary<string, System.Uri> iconFileUris, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Marketplace.Models.PrivateStorePlan> plans) { throw null; }
public static Azure.ResourceManager.Marketplace.PrivateStoreOfferData PrivateStoreOfferData(Azure.Core.ResourceIdentifier id = null, string name = null, Azure.Core.ResourceType resourceType = default(Azure.Core.ResourceType), Azure.ResourceManager.Models.SystemData systemData = null, string uniqueOfferId = null, string offerDisplayName = null, string publisherDisplayName = null, Azure.ETag? eTag = default(Azure.ETag?), System.Guid? privateStoreId = default(System.Guid?), System.DateTimeOffset? createdOn = default(System.DateTimeOffset?), System.DateTimeOffset? modifiedOn = default(System.DateTimeOffset?), System.Collections.Generic.IEnumerable<string> specificPlanIdsLimitation = null, bool? isUpdateSuppressedDueToIdempotence = default(bool?), System.Collections.Generic.IDictionary<string, System.Uri> iconFileUris = null, bool? isStopSell = default(bool?), System.Collections.Generic.IEnumerable<Azure.ResourceManager.Marketplace.Models.PrivateStorePlan> plans = null) { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public static Azure.ResourceManager.Marketplace.Models.PrivateStoreOfferResult PrivateStoreOfferResult(string uniqueOfferId, string offerDisplayName, string publisherDisplayName, Azure.ETag? eTag, System.Guid? privateStoreId, System.DateTimeOffset? createdOn, System.DateTimeOffset? modifiedOn, System.Collections.Generic.IEnumerable<string> specificPlanIdsLimitation, bool? isUpdateSuppressedDueToIdempotence, System.Collections.Generic.IReadOnlyDictionary<string, System.Uri> iconFileUris, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Marketplace.Models.PrivateStorePlan> plans) { throw null; }
public static Azure.ResourceManager.Marketplace.Models.PrivateStoreOfferResult PrivateStoreOfferResult(string uniqueOfferId = null, string offerDisplayName = null, string publisherDisplayName = null, Azure.ETag? eTag = default(Azure.ETag?), System.Guid? privateStoreId = default(System.Guid?), System.DateTimeOffset? createdOn = default(System.DateTimeOffset?), System.DateTimeOffset? modifiedOn = default(System.DateTimeOffset?), System.Collections.Generic.IEnumerable<string> specificPlanIdsLimitation = null, bool? isUpdateSuppressedDueToIdempotence = default(bool?), System.Collections.Generic.IReadOnlyDictionary<string, System.Uri> iconFileUris = null, bool? isStopSell = default(bool?), System.Collections.Generic.IEnumerable<Azure.ResourceManager.Marketplace.Models.PrivateStorePlan> plans = null) { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public static Azure.ResourceManager.Marketplace.Models.PrivateStorePlan PrivateStorePlan(string skuId, string planId, string planDisplayName, Azure.ResourceManager.Marketplace.Models.PrivateStorePlanAccessibility? accessibility, string altStackReference, string stackType) { throw null; }
public static Azure.ResourceManager.Marketplace.Models.PrivateStorePlan PrivateStorePlan(string skuId = null, string planId = null, string planDisplayName = null, Azure.ResourceManager.Marketplace.Models.PrivateStorePlanAccessibility? accessibility = default(Azure.ResourceManager.Marketplace.Models.PrivateStorePlanAccessibility?), string altStackReference = null, string stackType = null, bool? isStopSell = default(bool?)) { throw null; }
public static Azure.ResourceManager.Marketplace.Models.PrivateStorePlanDetails PrivateStorePlanDetails(string planId = null, Azure.ResourceManager.Marketplace.Models.PrivateStorePlanStatus? status = default(Azure.ResourceManager.Marketplace.Models.PrivateStorePlanStatus?), System.BinaryData requestDate = null, string justification = null, string subscriptionId = null, string subscriptionName = null) { throw null; }
public static Azure.ResourceManager.Marketplace.Models.QueryApprovalRequestResult QueryApprovalRequestResult(string uniqueOfferId = null, System.Collections.Generic.IReadOnlyDictionary<string, Azure.ResourceManager.Marketplace.Models.PrivateStorePlanDetails> plansDetails = null, Azure.ETag? eTag = default(Azure.ETag?), long? messageCode = default(long?)) { throw null; }
public static Azure.ResourceManager.Marketplace.Models.QueryApprovedPlansDetails QueryApprovedPlansDetails(string planId = null, System.Collections.Generic.IEnumerable<string> subscriptionIds = null, bool? allSubscriptions = default(bool?)) { throw null; }
Expand Down Expand Up @@ -758,6 +767,7 @@ internal PrivateStoreOfferResult() { }
public System.DateTimeOffset? CreatedOn { get { throw null; } }
public Azure.ETag? ETag { get { throw null; } }
public System.Collections.Generic.IReadOnlyDictionary<string, System.Uri> IconFileUris { get { throw null; } }
public bool? IsStopSell { get { throw null; } }
public bool? IsUpdateSuppressedDueToIdempotence { get { throw null; } }
public System.DateTimeOffset? ModifiedOn { get { throw null; } }
public string OfferDisplayName { get { throw null; } }
Expand Down Expand Up @@ -798,6 +808,7 @@ public partial class PrivateStorePlan : System.ClientModel.Primitives.IJsonModel
public PrivateStorePlan() { }
public Azure.ResourceManager.Marketplace.Models.PrivateStorePlanAccessibility? Accessibility { get { throw null; } set { } }
public string AltStackReference { get { throw null; } }
public bool? IsStopSell { get { throw null; } }
public string PlanDisplayName { get { throw null; } }
public string PlanId { get { throw null; } }
public string SkuId { get { throw null; } }
Expand Down
Loading