Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ReleasePR Azure.ResourceManager.Workloads] [Microsoft.Workloads/monitors] Add a new API version 2023-10-01-preview #32163

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 @@ -229,12 +229,14 @@ public partial class SapMonitorData : Azure.ResourceManager.Models.TrackedResour
public SapMonitorData(Azure.Core.AzureLocation location) : base (default(Azure.Core.AzureLocation)) { }
public Azure.Core.AzureLocation? AppLocation { get { throw null; } set { } }
public Azure.ResponseError Errors { get { throw null; } }
public Azure.ResourceManager.Workloads.Models.UserAssignedServiceIdentity Identity { get { throw null; } set { } }
public Azure.Core.ResourceIdentifier LogAnalyticsWorkspaceArmId { get { throw null; } set { } }
public string ManagedResourceGroupName { get { throw null; } set { } }
public Azure.Core.ResourceIdentifier MonitorSubnetId { get { throw null; } set { } }
public Azure.Core.ResourceIdentifier MsiArmId { get { throw null; } }
public Azure.ResourceManager.Workloads.Models.WorkloadMonitorProvisioningState? ProvisioningState { get { throw null; } }
public Azure.ResourceManager.Workloads.Models.RoutingPreference? RoutingPreference { get { throw null; } set { } }
public string ZoneRedundancyPreference { get { throw null; } set { } }
}
public partial class SapMonitorResource : Azure.ResourceManager.ArmResource
{
Expand Down Expand Up @@ -278,6 +280,7 @@ public partial class SapProviderInstanceData : Azure.ResourceManager.Models.Reso
{
public SapProviderInstanceData() { }
public Azure.ResponseError Errors { get { throw null; } }
public Azure.ResourceManager.Workloads.Models.UserAssignedServiceIdentity Identity { get { throw null; } set { } }
public Azure.ResourceManager.Workloads.Models.ProviderSpecificProperties ProviderSettings { get { throw null; } set { } }
public Azure.ResourceManager.Workloads.Models.WorkloadMonitorProvisioningState? ProvisioningState { get { throw null; } }
}
Expand Down Expand Up @@ -694,6 +697,11 @@ public EnqueueServerProperties() { }
public string IPAddress { get { throw null; } }
public long? Port { get { throw null; } }
}
public partial class ExternalInstallationSoftwareConfiguration : Azure.ResourceManager.Workloads.Models.SoftwareConfiguration
{
public ExternalInstallationSoftwareConfiguration() { }
public string CentralServerVmId { get { throw null; } set { } }
}
public partial class FileshareProfile
{
public FileshareProfile(Azure.ResourceManager.Workloads.Models.FileShareType shareType, Azure.ResourceManager.Workloads.Models.FileShareStorageType storageType) { }
Expand Down Expand Up @@ -1298,6 +1306,7 @@ public SapInstallWithoutOSConfigSoftwareConfiguration(System.Uri bomUri, string
public partial class SapMonitorPatch
{
public SapMonitorPatch() { }
public Azure.ResourceManager.Workloads.Models.UserAssignedServiceIdentity Identity { get { throw null; } set { } }
public System.Collections.Generic.IDictionary<string, string> Tags { get { throw null; } }
}
public partial class SapNetWeaverProviderInstanceProperties : Azure.ResourceManager.Workloads.Models.ProviderSpecificProperties
Expand Down Expand Up @@ -1419,6 +1428,8 @@ public SapVirtualInstancePatch() { }
public static Azure.ResourceManager.Workloads.Models.SapVirtualInstanceState InfrastructureDeploymentInProgress { get { throw null; } }
public static Azure.ResourceManager.Workloads.Models.SapVirtualInstanceState InfrastructureDeploymentPending { get { throw null; } }
public static Azure.ResourceManager.Workloads.Models.SapVirtualInstanceState RegistrationComplete { get { throw null; } }
public static Azure.ResourceManager.Workloads.Models.SapVirtualInstanceState SoftwareDetectionFailed { get { throw null; } }
public static Azure.ResourceManager.Workloads.Models.SapVirtualInstanceState SoftwareDetectionInProgress { get { throw null; } }
public static Azure.ResourceManager.Workloads.Models.SapVirtualInstanceState SoftwareInstallationFailed { get { throw null; } }
public static Azure.ResourceManager.Workloads.Models.SapVirtualInstanceState SoftwareInstallationInProgress { get { throw null; } }
public static Azure.ResourceManager.Workloads.Models.SapVirtualInstanceState SoftwareInstallationPending { 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.

Loading