@@ -101,6 +101,8 @@ public static partial class SubscriptionExtensions
101101 public static System . Threading . Tasks . Task < Azure . Response < Azure . ResourceManager . Subscription . SubscriptionAliasResource > > GetSubscriptionAliasAsync ( this Azure . ResourceManager . Resources . TenantResource tenantResource , string aliasName , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
102102 public static Azure . ResourceManager . Subscription . SubscriptionAliasCollection GetSubscriptionAliases ( this Azure . ResourceManager . Resources . TenantResource tenantResource ) { throw null ; }
103103 public static Azure . ResourceManager . Subscription . SubscriptionAliasResource GetSubscriptionAliasResource ( this Azure . ResourceManager . ArmClient client , Azure . Core . ResourceIdentifier id ) { throw null ; }
104+ public static Azure . Response < Azure . ResourceManager . Subscription . Models . SubscriptionCreationResult > GetSubscriptionOperation ( this Azure . ResourceManager . Resources . TenantResource tenantResource , string operationId , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
105+ public static System . Threading . Tasks . Task < Azure . Response < Azure . ResourceManager . Subscription . Models . SubscriptionCreationResult > > GetSubscriptionOperationAsync ( this Azure . ResourceManager . Resources . TenantResource tenantResource , string operationId , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
104106 public static Azure . ResourceManager . Subscription . TenantPolicyResource GetTenantPolicy ( this Azure . ResourceManager . Resources . TenantResource tenantResource ) { throw null ; }
105107 public static Azure . ResourceManager . Subscription . TenantPolicyResource GetTenantPolicyResource ( this Azure . ResourceManager . ArmClient client , Azure . Core . ResourceIdentifier id ) { throw null ; }
106108 public static Azure . Response < Azure . ResourceManager . Subscription . Models . RenamedSubscriptionId > RenameSubscription ( this Azure . ResourceManager . Resources . SubscriptionResource subscriptionResource , Azure . ResourceManager . Subscription . Models . SubscriptionName body , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
@@ -167,6 +169,8 @@ protected MockableSubscriptionTenantResource() { }
167169 public virtual Azure . Response < Azure . ResourceManager . Subscription . SubscriptionAliasResource > GetSubscriptionAlias ( string aliasName , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
168170 public virtual System . Threading . Tasks . Task < Azure . Response < Azure . ResourceManager . Subscription . SubscriptionAliasResource > > GetSubscriptionAliasAsync ( string aliasName , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
169171 public virtual Azure . ResourceManager . Subscription . SubscriptionAliasCollection GetSubscriptionAliases ( ) { throw null ; }
172+ public virtual Azure . Response < Azure . ResourceManager . Subscription . Models . SubscriptionCreationResult > GetSubscriptionOperation ( string operationId , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
173+ public virtual System . Threading . Tasks . Task < Azure . Response < Azure . ResourceManager . Subscription . Models . SubscriptionCreationResult > > GetSubscriptionOperationAsync ( string operationId , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
170174 public virtual Azure . ResourceManager . Subscription . TenantPolicyResource GetTenantPolicy ( ) { throw null ; }
171175 }
172176}
@@ -263,6 +267,7 @@ public static partial class ArmSubscriptionModelFactory
263267 public static Azure . ResourceManager . Subscription . Models . ServiceTenant ServiceTenant ( System . Guid ? tenantId = default ( System . Guid ? ) , string tenantName = null ) { throw null ; }
264268 public static Azure . ResourceManager . Subscription . SubscriptionAliasData SubscriptionAliasData ( Azure . Core . ResourceIdentifier id = null , string name = null , Azure . Core . ResourceType resourceType = default ( Azure . Core . ResourceType ) , Azure . ResourceManager . Models . SystemData systemData = null , Azure . ResourceManager . Subscription . Models . SubscriptionAliasProperties properties = null ) { throw null ; }
265269 public static Azure . ResourceManager . Subscription . Models . SubscriptionAliasProperties SubscriptionAliasProperties ( string subscriptionId = null , string displayName = null , Azure . ResourceManager . Subscription . Models . SubscriptionProvisioningState ? provisioningState = default ( Azure . ResourceManager . Subscription . Models . SubscriptionProvisioningState ? ) , System . Uri acceptOwnershipUri = null , Azure . ResourceManager . Subscription . Models . AcceptOwnershipState ? acceptOwnershipState = default ( Azure . ResourceManager . Subscription . Models . AcceptOwnershipState ? ) , string billingScope = null , Azure . ResourceManager . Subscription . Models . SubscriptionWorkload ? workload = default ( Azure . ResourceManager . Subscription . Models . SubscriptionWorkload ? ) , string resellerId = null , string subscriptionOwnerId = null , string managementGroupId = null , System . DateTimeOffset ? createdOn = default ( System . DateTimeOffset ? ) , System . Collections . Generic . IReadOnlyDictionary < string , string > tags = null ) { throw null ; }
270+ public static Azure . ResourceManager . Subscription . Models . SubscriptionCreationResult SubscriptionCreationResult ( string subscriptionLink = null ) { throw null ; }
266271 public static Azure . ResourceManager . Subscription . TenantPolicyData TenantPolicyData ( Azure . Core . ResourceIdentifier id = null , string name = null , Azure . Core . ResourceType resourceType = default ( Azure . Core . ResourceType ) , Azure . ResourceManager . Models . SystemData systemData = null , Azure . ResourceManager . Subscription . Models . TenantPolicyProperties properties = null ) { throw null ; }
267272 public static Azure . ResourceManager . Subscription . Models . TenantPolicyProperties TenantPolicyProperties ( string policyId = null , bool ? blockSubscriptionsLeavingTenant = default ( bool ? ) , bool ? blockSubscriptionsIntoTenant = default ( bool ? ) , System . Collections . Generic . IEnumerable < System . Guid > exemptedPrincipals = null ) { throw null ; }
268273 }
@@ -375,6 +380,17 @@ protected virtual void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter writer
375380 string System . ClientModel . Primitives . IPersistableModel < Azure . ResourceManager . Subscription . Models . SubscriptionAliasProperties > . GetFormatFromOptions ( System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
376381 System . BinaryData System . ClientModel . Primitives . IPersistableModel < Azure . ResourceManager . Subscription . Models . SubscriptionAliasProperties > . Write ( System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
377382 }
383+ public partial class SubscriptionCreationResult : System . ClientModel . Primitives . IJsonModel < Azure . ResourceManager . Subscription . Models . SubscriptionCreationResult > , System . ClientModel . Primitives . IPersistableModel < Azure . ResourceManager . Subscription . Models . SubscriptionCreationResult >
384+ {
385+ internal SubscriptionCreationResult ( ) { }
386+ public string SubscriptionLink { get { throw null ; } }
387+ protected virtual void JsonModelWriteCore ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
388+ Azure . ResourceManager . Subscription . Models . SubscriptionCreationResult System . ClientModel . Primitives . IJsonModel < Azure . ResourceManager . Subscription . Models . SubscriptionCreationResult > . Create ( ref System . Text . Json . Utf8JsonReader reader , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
389+ void System . ClientModel . Primitives . IJsonModel < Azure . ResourceManager . Subscription . Models . SubscriptionCreationResult > . Write ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
390+ Azure . ResourceManager . Subscription . Models . SubscriptionCreationResult System . ClientModel . Primitives . IPersistableModel < Azure . ResourceManager . Subscription . Models . SubscriptionCreationResult > . Create ( System . BinaryData data , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
391+ string System . ClientModel . Primitives . IPersistableModel < Azure . ResourceManager . Subscription . Models . SubscriptionCreationResult > . GetFormatFromOptions ( System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
392+ System . BinaryData System . ClientModel . Primitives . IPersistableModel < Azure . ResourceManager . Subscription . Models . SubscriptionCreationResult > . Write ( System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
393+ }
378394 public partial class SubscriptionName : System . ClientModel . Primitives . IJsonModel < Azure . ResourceManager . Subscription . Models . SubscriptionName > , System . ClientModel . Primitives . IPersistableModel < Azure . ResourceManager . Subscription . Models . SubscriptionName >
379395 {
380396 public SubscriptionName ( ) { }
0 commit comments