@@ -303,7 +303,8 @@ public static partial class ArmCommunicationModelFactory
303303 public static Azure . ResourceManager . Communication . Models . CommunicationNameAvailabilityResult CommunicationNameAvailabilityResult ( bool ? isNameAvailable = default ( bool ? ) , Azure . ResourceManager . Communication . Models . CommunicationNameAvailabilityReason ? reason = default ( Azure . ResourceManager . Communication . Models . CommunicationNameAvailabilityReason ? ) , string message = null ) { throw null ; }
304304 public static Azure . ResourceManager . Communication . Models . CommunicationServiceKeys CommunicationServiceKeys ( string primaryKey = null , string secondaryKey = null , string primaryConnectionString = null , string secondaryConnectionString = null ) { throw null ; }
305305 public static Azure . ResourceManager . Communication . CommunicationServiceResourceData CommunicationServiceResourceData ( Azure . Core . ResourceIdentifier id = null , string name = null , Azure . Core . ResourceType resourceType = default ( Azure . Core . ResourceType ) , Azure . ResourceManager . Models . SystemData systemData = null , System . Collections . Generic . IDictionary < string , string > tags = null , Azure . Core . AzureLocation location = default ( Azure . Core . AzureLocation ) , Azure . ResourceManager . Models . ManagedServiceIdentity identity = null , Azure . ResourceManager . Communication . Models . CommunicationServicesProvisioningState ? provisioningState = default ( Azure . ResourceManager . Communication . Models . CommunicationServicesProvisioningState ? ) , string hostName = null , string dataLocation = null , Azure . Core . ResourceIdentifier notificationHubId = null , string version = null , System . Guid ? immutableResourceId = default ( System . Guid ? ) , System . Collections . Generic . IEnumerable < string > linkedDomains = null ) { throw null ; }
306- public static Azure . ResourceManager . Communication . CommunicationServiceResourceData CommunicationServiceResourceData ( Azure . Core . ResourceIdentifier id = null , string name = null , Azure . Core . ResourceType resourceType = default ( Azure . Core . ResourceType ) , Azure . ResourceManager . Models . SystemData systemData = null , System . Collections . Generic . IDictionary < string , string > tags = null , Azure . Core . AzureLocation location = default ( Azure . Core . AzureLocation ) , Azure . ResourceManager . Communication . Models . CommunicationServicesProvisioningState ? provisioningState = default ( Azure . ResourceManager . Communication . Models . CommunicationServicesProvisioningState ? ) , string hostName = null , string dataLocation = null , Azure . Core . ResourceIdentifier notificationHubId = null , string version = null , System . Guid ? immutableResourceId = default ( System . Guid ? ) , System . Collections . Generic . IEnumerable < string > linkedDomains = null ) { throw null ; }
306+ [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
307+ public static Azure . ResourceManager . Communication . CommunicationServiceResourceData CommunicationServiceResourceData ( Azure . Core . ResourceIdentifier id , string name , Azure . Core . ResourceType resourceType , Azure . ResourceManager . Models . SystemData systemData , System . Collections . Generic . IDictionary < string , string > tags , Azure . Core . AzureLocation location , Azure . ResourceManager . Communication . Models . CommunicationServicesProvisioningState ? provisioningState , string hostName , string dataLocation , Azure . Core . ResourceIdentifier notificationHubId , string version , System . Guid ? immutableResourceId , System . Collections . Generic . IEnumerable < string > linkedDomains ) { throw null ; }
307308 public static Azure . ResourceManager . Communication . Models . DomainPropertiesVerificationRecords DomainPropertiesVerificationRecords ( Azure . ResourceManager . Communication . Models . VerificationDnsRecord domain = null , Azure . ResourceManager . Communication . Models . VerificationDnsRecord spf = null , Azure . ResourceManager . Communication . Models . VerificationDnsRecord dkim = null , Azure . ResourceManager . Communication . Models . VerificationDnsRecord dkim2 = null , Azure . ResourceManager . Communication . Models . VerificationDnsRecord dmarc = null ) { throw null ; }
308309 public static Azure . ResourceManager . Communication . Models . DomainPropertiesVerificationStates DomainPropertiesVerificationStates ( Azure . ResourceManager . Communication . Models . DomainVerificationStatusRecord domain = null , Azure . ResourceManager . Communication . Models . DomainVerificationStatusRecord spf = null , Azure . ResourceManager . Communication . Models . DomainVerificationStatusRecord dkim = null , Azure . ResourceManager . Communication . Models . DomainVerificationStatusRecord dkim2 = null , Azure . ResourceManager . Communication . Models . DomainVerificationStatusRecord dmarc = null ) { throw null ; }
309310 public static Azure . ResourceManager . Communication . Models . DomainVerificationStatusRecord DomainVerificationStatusRecord ( Azure . ResourceManager . Communication . Models . DomainRecordVerificationStatus ? status = default ( Azure . ResourceManager . Communication . Models . DomainRecordVerificationStatus ? ) , string errorCode = null ) { throw null ; }
0 commit comments