Skip to content

Commit

Permalink
CodeGen from PR 24089 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 76a8df20a7bc39fe25238a9a60fbc61b4eb747a4 into 15589d669d9661927ba5d3d5ef531e1de7607ec6
  • Loading branch information
SDKAuto committed May 24, 2023
1 parent 159955f commit 82e0a2b
Show file tree
Hide file tree
Showing 13 changed files with 67 additions and 76 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public partial class SynapseBigDataPoolInfoData : Azure.ResourceManager.Models.T
public SynapseBigDataPoolInfoData(Azure.Core.AzureLocation location) : base (default(Azure.Core.AzureLocation)) { }
public Azure.ResourceManager.Synapse.Models.BigDataPoolAutoPauseProperties AutoPause { get { throw null; } set { } }
public Azure.ResourceManager.Synapse.Models.BigDataPoolAutoScaleProperties AutoScale { get { throw null; } set { } }
public int? CacheSize { get { throw null; } set { } }
public int? CacheSize { get { throw null; } }
public System.DateTimeOffset? CreatedOn { get { throw null; } }
public System.Collections.Generic.IList<Azure.ResourceManager.Synapse.Models.BigDataPoolLibraryInfo> CustomLibraries { get { throw null; } }
public string DefaultSparkLogFolder { get { throw null; } set { } }
Expand Down Expand Up @@ -882,7 +882,7 @@ public SynapseLibraryData() { }
public string Path { get { throw null; } set { } }
public string ProvisioningStatus { get { throw null; } }
public string TypePropertiesType { get { throw null; } set { } }
public System.DateTimeOffset? UploadedOn { get { throw null; } set { } }
public System.DateTimeOffset? UploadedOn { get { throw null; } }
}
public partial class SynapseLibraryResource : Azure.ResourceManager.ArmResource
{
Expand Down Expand Up @@ -2003,10 +2003,10 @@ public partial class SynapseWorkspaceData : Azure.ResourceManager.Models.Tracked
{
public SynapseWorkspaceData(Azure.Core.AzureLocation location) : base (default(Azure.Core.AzureLocation)) { }
public Azure.Core.ResourceIdentifier AdlaResourceId { get { throw null; } }
public System.Collections.Generic.IDictionary<string, string> ConnectivityEndpoints { get { throw null; } }
public System.Collections.Generic.IReadOnlyDictionary<string, string> ConnectivityEndpoints { get { throw null; } }
public Azure.ResourceManager.Synapse.Models.SynapseDataLakeStorageAccountDetails DefaultDataLakeStorage { get { throw null; } set { } }
public Azure.ResourceManager.Synapse.Models.SynapseEncryptionDetails Encryption { get { throw null; } set { } }
public System.Collections.Generic.IReadOnlyDictionary<string, System.BinaryData> ExtraProperties { get { throw null; } }
public System.BinaryData ExtraProperties { get { throw null; } }
public Azure.ResourceManager.Models.ManagedServiceIdentity Identity { get { throw null; } set { } }
public System.Guid? InitialWorkspaceAdminObjectId { get { throw null; } set { } }
public bool? IsAadOnlyAuthenticationEnabled { get { throw null; } set { } }
Expand Down Expand Up @@ -2190,7 +2190,7 @@ public BigDataPoolLibraryInfo() { }
public string Name { get { throw null; } set { } }
public string Path { get { throw null; } set { } }
public string ProvisioningStatus { get { throw null; } }
public System.DateTimeOffset? UploadedOn { get { throw null; } set { } }
public System.DateTimeOffset? UploadedOn { get { throw null; } }
}
public partial class BigDataPoolLibraryRequirements
{
Expand Down Expand Up @@ -3930,10 +3930,12 @@ internal SynapseSelfHostedIntegrationRuntimeStatus() { }
public System.Collections.Generic.IReadOnlyList<string> NewerVersions { get { throw null; } }
public string NodeCommunicationChannelEncryptionMode { get { throw null; } }
public System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.Synapse.Models.SynapseSelfHostedIntegrationRuntimeNode> Nodes { get { throw null; } }
public int? OSType { get { throw null; } }
public string PushedVersion { get { throw null; } }
public System.DateTimeOffset? ScheduledUpdateOn { get { throw null; } }
public string ServiceRegion { get { throw null; } }
public System.Collections.Generic.IReadOnlyList<string> ServiceUrls { get { throw null; } }
public int? TargetFramework { get { throw null; } }
public string TaskQueueId { get { throw null; } }
public string UpdateDelayOffset { get { throw null; } }
public string Version { get { throw null; } }
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 82e0a2b

Please sign in to comment.