### YamlMime:JavaType uid: "com.microsoft.azure.management.containerinstance.Operation" fullName: "com.microsoft.azure.management.containerinstance.Operation" name: "Operation" nameWithType: "Operation" summary: "An operation for Azure Container Instance service." inheritances: - "" inheritedClassMethods: - classRef: "" methodsRef: - "" - "" - "" - "" - "" - "" - "" - "" - "" - "" - "" syntax: "public class **Operation**" constructors: - uid: "com.microsoft.azure.management.containerinstance.Operation.Operation()" fullName: "com.microsoft.azure.management.containerinstance.Operation.Operation()" name: "Operation()" nameWithType: "Operation.Operation()" syntax: "public Operation()" methods: - uid: "com.microsoft.azure.management.containerinstance.Operation.display()" fullName: "com.microsoft.azure.management.containerinstance.Operation.display()" name: "display()" nameWithType: "Operation.display()" summary: "Get the display information of the operation." syntax: "public OperationDisplay display()" desc: "Get the display information of the operation." returns: description: "the display value" type: "" - uid: "com.microsoft.azure.management.containerinstance.Operation.name()" fullName: "com.microsoft.azure.management.containerinstance.Operation.name()" name: "name()" nameWithType: "Operation.name()" summary: "Get the name of the operation." syntax: "public String name()" desc: "Get the name of the operation." returns: description: "the name value" type: "" - uid: "com.microsoft.azure.management.containerinstance.Operation.origin()" fullName: "com.microsoft.azure.management.containerinstance.Operation.origin()" name: "origin()" nameWithType: "Operation.origin()" summary: "Get the intended executor of the operation." syntax: "public ContainerInstanceOperationsOrigin origin()" desc: "Get the intended executor of the operation. Possible values include: 'User', 'System'." returns: description: "the origin value" type: "" - uid: "com.microsoft.azure.management.containerinstance.Operation.properties()" fullName: "com.microsoft.azure.management.containerinstance.Operation.properties()" name: "properties()" nameWithType: "Operation.properties()" summary: "Get the additional properties." syntax: "public Object properties()" desc: "Get the additional properties." returns: description: "the properties value" type: "" - uid: "com.microsoft.azure.management.containerinstance.Operation.withDisplay(com.microsoft.azure.management.containerinstance.OperationDisplay)" fullName: "com.microsoft.azure.management.containerinstance.Operation.withDisplay(OperationDisplay display)" name: "withDisplay(OperationDisplay display)" nameWithType: "Operation.withDisplay(OperationDisplay display)" summary: "Set the display information of the operation." parameters: - description: "the display value to set" name: "display" type: "" syntax: "public Operation withDisplay(OperationDisplay display)" desc: "Set the display information of the operation." returns: description: "the Operation object itself." type: "" - uid: "com.microsoft.azure.management.containerinstance.Operation.withName(java.lang.String)" fullName: "com.microsoft.azure.management.containerinstance.Operation.withName(String name)" name: "withName(String name)" nameWithType: "Operation.withName(String name)" summary: "Set the name of the operation." parameters: - description: "the name value to set" name: "name" type: "" syntax: "public Operation withName(String name)" desc: "Set the name of the operation." returns: description: "the Operation object itself." type: "" - uid: "com.microsoft.azure.management.containerinstance.Operation.withOrigin(com.microsoft.azure.management.containerinstance.ContainerInstanceOperationsOrigin)" fullName: "com.microsoft.azure.management.containerinstance.Operation.withOrigin(ContainerInstanceOperationsOrigin origin)" name: "withOrigin(ContainerInstanceOperationsOrigin origin)" nameWithType: "Operation.withOrigin(ContainerInstanceOperationsOrigin origin)" summary: "Set the intended executor of the operation." parameters: - description: "the origin value to set" name: "origin" type: "" syntax: "public Operation withOrigin(ContainerInstanceOperationsOrigin origin)" desc: "Set the intended executor of the operation. Possible values include: 'User', 'System'." returns: description: "the Operation object itself." type: "" - uid: "com.microsoft.azure.management.containerinstance.Operation.withProperties(java.lang.Object)" fullName: "com.microsoft.azure.management.containerinstance.Operation.withProperties(Object properties)" name: "withProperties(Object properties)" nameWithType: "Operation.withProperties(Object properties)" summary: "Set the additional properties." parameters: - description: "the properties value to set" name: "properties" type: "" syntax: "public Operation withProperties(Object properties)" desc: "Set the additional properties." returns: description: "the Operation object itself." type: "" type: "class" desc: "An operation for Azure Container Instance service." metadata: {} package: "com.microsoft.azure.management.containerinstance" artifact: com.microsoft.azure:azure-mgmt-containerinstance:1.41.4