@@ -252,6 +252,7 @@ public PrivateStoreOfferData() { }
252252 public System . DateTimeOffset ? CreatedOn { get { throw null ; } }
253253 public Azure . ETag ? ETag { get { throw null ; } set { } }
254254 public System . Collections . Generic . IDictionary < string , System . Uri > IconFileUris { get { throw null ; } }
255+ public bool ? IsStopSell { get { throw null ; } }
255256 public bool ? IsUpdateSuppressedDueToIdempotence { get { throw null ; } set { } }
256257 public System . DateTimeOffset ? ModifiedOn { get { throw null ; } }
257258 public string OfferDisplayName { get { throw null ; } }
@@ -273,6 +274,8 @@ public partial class PrivateStoreOfferResource : Azure.ResourceManager.ArmResour
273274 protected PrivateStoreOfferResource ( ) { }
274275 public virtual Azure . ResourceManager . Marketplace . PrivateStoreOfferData Data { get { throw null ; } }
275276 public virtual bool HasData { get { throw null ; } }
277+ 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 ; }
278+ 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 ; }
276279 public static Azure . Core . ResourceIdentifier CreateResourceIdentifier ( System . Guid privateStoreId , System . Guid collectionId , string offerId ) { throw null ; }
277280 public virtual Azure . ResourceManager . ArmOperation Delete ( Azure . WaitUntil waitUntil , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
278281 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 ; }
@@ -415,9 +418,15 @@ public static partial class ArmMarketplaceModelFactory
415418 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 ; }
416419 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 ; }
417420 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 ; }
418- 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 ; }
419- 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 ; }
420- 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 ; }
421+ [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
422+ 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 ; }
423+ 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 ; }
424+ [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
425+ 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 ; }
426+ 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 ; }
427+ [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
428+ 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 ; }
429+ 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 ; }
421430 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 ; }
422431 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 ; }
423432 public static Azure . ResourceManager . Marketplace . Models . QueryApprovedPlansDetails QueryApprovedPlansDetails ( string planId = null , System . Collections . Generic . IEnumerable < string > subscriptionIds = null , bool ? allSubscriptions = default ( bool ? ) ) { throw null ; }
@@ -758,6 +767,7 @@ internal PrivateStoreOfferResult() { }
758767 public System . DateTimeOffset ? CreatedOn { get { throw null ; } }
759768 public Azure . ETag ? ETag { get { throw null ; } }
760769 public System . Collections . Generic . IReadOnlyDictionary < string , System . Uri > IconFileUris { get { throw null ; } }
770+ public bool ? IsStopSell { get { throw null ; } }
761771 public bool ? IsUpdateSuppressedDueToIdempotence { get { throw null ; } }
762772 public System . DateTimeOffset ? ModifiedOn { get { throw null ; } }
763773 public string OfferDisplayName { get { throw null ; } }
@@ -798,6 +808,7 @@ public partial class PrivateStorePlan : System.ClientModel.Primitives.IJsonModel
798808 public PrivateStorePlan ( ) { }
799809 public Azure . ResourceManager . Marketplace . Models . PrivateStorePlanAccessibility ? Accessibility { get { throw null ; } set { } }
800810 public string AltStackReference { get { throw null ; } }
811+ public bool ? IsStopSell { get { throw null ; } }
801812 public string PlanDisplayName { get { throw null ; } }
802813 public string PlanId { get { throw null ; } }
803814 public string SkuId { get { throw null ; } }
0 commit comments