Skip to content
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 @@ -429,6 +429,7 @@ public ContainerInstanceContainer(string name, string image, Azure.ResourceManag
public System.Collections.Generic.IList<Azure.ResourceManager.ContainerInstance.Models.ContainerPort> Ports { get { throw null; } }
public Azure.ResourceManager.ContainerInstance.Models.ContainerProbe ReadinessProbe { get { throw null; } set { } }
public Azure.ResourceManager.ContainerInstance.Models.ContainerResourceRequirements Resources { get { throw null; } set { } }
public Azure.ResourceManager.ContainerInstance.Models.SecurityContextDefinition SecurityContext { get { throw null; } set { } }
public System.Collections.Generic.IList<Azure.ResourceManager.ContainerInstance.Models.ContainerVolumeMount> VolumeMounts { get { throw null; } }
}
public partial class ContainerInstanceGitRepoVolume
Expand Down Expand Up @@ -609,6 +610,7 @@ public InitContainerDefinitionContent(string name) { }
public string Image { get { throw null; } set { } }
public Azure.ResourceManager.ContainerInstance.Models.InitContainerPropertiesDefinitionInstanceView InstanceView { get { throw null; } }
public string Name { get { throw null; } set { } }
public Azure.ResourceManager.ContainerInstance.Models.SecurityContextDefinition SecurityContext { get { throw null; } set { } }
public System.Collections.Generic.IList<Azure.ResourceManager.ContainerInstance.Models.ContainerVolumeMount> VolumeMounts { get { throw null; } }
}
public partial class InitContainerPropertiesDefinitionInstanceView
Expand All @@ -619,4 +621,20 @@ internal InitContainerPropertiesDefinitionInstanceView() { }
public Azure.ResourceManager.ContainerInstance.Models.ContainerState PreviousState { get { throw null; } }
public int? RestartCount { get { throw null; } }
}
public partial class SecurityContextCapabilitiesDefinition
{
public SecurityContextCapabilitiesDefinition() { }
public System.Collections.Generic.IList<string> Add { get { throw null; } }
public System.Collections.Generic.IList<string> Drop { get { throw null; } }
}
public partial class SecurityContextDefinition
{
public SecurityContextDefinition() { }
public bool? AllowPrivilegeEscalation { get { throw null; } set { } }
public Azure.ResourceManager.ContainerInstance.Models.SecurityContextCapabilitiesDefinition Capabilities { get { throw null; } set { } }
public bool? Privileged { get { throw null; } set { } }
public int? RunAsGroup { get { throw null; } set { } }
public int? RunAsUser { get { throw null; } set { } }
public string SeccompProfile { get { throw null; } set { } }
}
}

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