Skip to content

Commit

Permalink
CodeGen from PR 26372 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 10dcdc69bad243a84a524f248512e456d501bb05 into 4a361fccb94e82da94a239d3563f1e3e3b9d007d
  • Loading branch information
SDKAuto committed Nov 7, 2023
1 parent 9c67c4a commit a81a743
Show file tree
Hide file tree
Showing 17 changed files with 203 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1462,6 +1462,22 @@ public KubernetesClusterRestoreCriteria(bool isClusterScopeResourcesIncluded) {
public static bool operator !=(Azure.ResourceManager.DataProtectionBackup.Models.KubernetesClusterRestoreExistingResourcePolicy left, Azure.ResourceManager.DataProtectionBackup.Models.KubernetesClusterRestoreExistingResourcePolicy right) { throw null; }
public override string ToString() { throw null; }
}
public partial class KubernetesClusterVaultTierRestoreCriteria : Azure.ResourceManager.DataProtectionBackup.Models.ItemLevelRestoreCriteria
{
public KubernetesClusterVaultTierRestoreCriteria(bool includeClusterScopeResources) { }
public Azure.ResourceManager.DataProtectionBackup.Models.KubernetesClusterRestoreExistingResourcePolicy? ConflictPolicy { get { throw null; } set { } }
public System.Collections.Generic.IList<string> ExcludedNamespaces { get { throw null; } }
public System.Collections.Generic.IList<string> ExcludedResourceTypes { get { throw null; } }
public bool IncludeClusterScopeResources { get { throw null; } }
public System.Collections.Generic.IList<string> IncludedNamespaces { get { throw null; } }
public System.Collections.Generic.IList<string> IncludedResourceTypes { get { throw null; } }
public System.Collections.Generic.IList<string> LabelSelectors { get { throw null; } }
public System.Collections.Generic.IDictionary<string, string> NamespaceMappings { get { throw null; } }
public Azure.ResourceManager.DataProtectionBackup.Models.PersistentVolumeRestoreMode? PersistentVolumeRestoreMode { get { throw null; } set { } }
public System.Collections.Generic.IList<Azure.ResourceManager.DataProtectionBackup.Models.NamespacedName> RestoreHookReferences { get { throw null; } }
public Azure.Core.ResourceIdentifier StagingResourceGroupId { get { throw null; } set { } }
public Azure.Core.ResourceIdentifier StagingStorageAccountId { get { throw null; } set { } }
}
public partial class KubernetesPVRestoreCriteria : Azure.ResourceManager.DataProtectionBackup.Models.ItemLevelRestoreCriteria
{
public KubernetesPVRestoreCriteria() { }
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.

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 a81a743

Please sign in to comment.