### YamlMime:JavaType uid: "com.azure.resourcemanager.hybridnetwork.models.ProxyArtifacts" fullName: "com.azure.resourcemanager.hybridnetwork.models.ProxyArtifacts" name: "ProxyArtifacts" nameWithType: "ProxyArtifacts" summary: "Resource collection API of ProxyArtifacts." syntax: "public interface **ProxyArtifacts**" methods: - uid: "com.azure.resourcemanager.hybridnetwork.models.ProxyArtifacts.get(java.lang.String,java.lang.String,java.lang.String,java.lang.String)" fullName: "com.azure.resourcemanager.hybridnetwork.models.ProxyArtifacts.get(String resourceGroupName, String publisherName, String artifactStoreName, String artifactName)" name: "get(String resourceGroupName, String publisherName, String artifactStoreName, String artifactName)" nameWithType: "ProxyArtifacts.get(String resourceGroupName, String publisherName, String artifactStoreName, String artifactName)" summary: "Get a Artifact overview information." modifiers: - "abstract" parameters: - description: "The name of the resource group. The name is case insensitive." name: "resourceGroupName" type: "String" - description: "The name of the publisher." name: "publisherName" type: "String" - description: "The name of the artifact store." name: "artifactStoreName" type: "String" - description: "The name of the artifact." name: "artifactName" type: "String" syntax: "public abstract PagedIterable get(String resourceGroupName, String publisherName, String artifactStoreName, String artifactName)" desc: "Get a Artifact overview information." returns: description: "a Artifact overview information as paginated response with ." type: "<>" - uid: "com.azure.resourcemanager.hybridnetwork.models.ProxyArtifacts.get(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)" fullName: "com.azure.resourcemanager.hybridnetwork.models.ProxyArtifacts.get(String resourceGroupName, String publisherName, String artifactStoreName, String artifactName, Context context)" name: "get(String resourceGroupName, String publisherName, String artifactStoreName, String artifactName, Context context)" nameWithType: "ProxyArtifacts.get(String resourceGroupName, String publisherName, String artifactStoreName, String artifactName, Context context)" summary: "Get a Artifact overview information." modifiers: - "abstract" parameters: - description: "The name of the resource group. The name is case insensitive." name: "resourceGroupName" type: "String" - description: "The name of the publisher." name: "publisherName" type: "String" - description: "The name of the artifact store." name: "artifactStoreName" type: "String" - description: "The name of the artifact." name: "artifactName" type: "String" - description: "The context to associate with this operation." name: "context" type: "" syntax: "public abstract PagedIterable get(String resourceGroupName, String publisherName, String artifactStoreName, String artifactName, Context context)" desc: "Get a Artifact overview information." returns: description: "a Artifact overview information as paginated response with ." type: "<>" - uid: "com.azure.resourcemanager.hybridnetwork.models.ProxyArtifacts.list(java.lang.String,java.lang.String,java.lang.String)" fullName: "com.azure.resourcemanager.hybridnetwork.models.ProxyArtifacts.list(String resourceGroupName, String publisherName, String artifactStoreName)" name: "list(String resourceGroupName, String publisherName, String artifactStoreName)" nameWithType: "ProxyArtifacts.list(String resourceGroupName, String publisherName, String artifactStoreName)" summary: "Lists all the available artifacts in the parent Artifact Store." modifiers: - "abstract" parameters: - description: "The name of the resource group. The name is case insensitive." name: "resourceGroupName" type: "String" - description: "The name of the publisher." name: "publisherName" type: "String" - description: "The name of the artifact store." name: "artifactStoreName" type: "String" syntax: "public abstract PagedIterable list(String resourceGroupName, String publisherName, String artifactStoreName)" desc: "Lists all the available artifacts in the parent Artifact Store." returns: description: "the proxy artifact list result as paginated response with ." type: "<>" - uid: "com.azure.resourcemanager.hybridnetwork.models.ProxyArtifacts.list(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)" fullName: "com.azure.resourcemanager.hybridnetwork.models.ProxyArtifacts.list(String resourceGroupName, String publisherName, String artifactStoreName, Context context)" name: "list(String resourceGroupName, String publisherName, String artifactStoreName, Context context)" nameWithType: "ProxyArtifacts.list(String resourceGroupName, String publisherName, String artifactStoreName, Context context)" summary: "Lists all the available artifacts in the parent Artifact Store." modifiers: - "abstract" parameters: - description: "The name of the resource group. The name is case insensitive." name: "resourceGroupName" type: "String" - description: "The name of the publisher." name: "publisherName" type: "String" - description: "The name of the artifact store." name: "artifactStoreName" type: "String" - description: "The context to associate with this operation." name: "context" type: "" syntax: "public abstract PagedIterable list(String resourceGroupName, String publisherName, String artifactStoreName, Context context)" desc: "Lists all the available artifacts in the parent Artifact Store." returns: description: "the proxy artifact list result as paginated response with ." type: "<>" - uid: "com.azure.resourcemanager.hybridnetwork.models.ProxyArtifacts.updateState(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.hybridnetwork.models.ArtifactChangeState)" fullName: "com.azure.resourcemanager.hybridnetwork.models.ProxyArtifacts.updateState(String resourceGroupName, String publisherName, String artifactStoreName, String artifactName, String artifactVersionName, ArtifactChangeState parameters)" name: "updateState(String resourceGroupName, String publisherName, String artifactStoreName, String artifactName, String artifactVersionName, ArtifactChangeState parameters)" nameWithType: "ProxyArtifacts.updateState(String resourceGroupName, String publisherName, String artifactStoreName, String artifactName, String artifactVersionName, ArtifactChangeState parameters)" summary: "Change artifact state defined in artifact store." modifiers: - "abstract" parameters: - description: "The name of the resource group. The name is case insensitive." name: "resourceGroupName" type: "String" - description: "The name of the publisher." name: "publisherName" type: "String" - description: "The name of the artifact store." name: "artifactStoreName" type: "String" - description: "The name of the artifact." name: "artifactName" type: "String" - description: "The name of the artifact version." name: "artifactVersionName" type: "String" - description: "Parameters supplied to update the state of artifact manifest." name: "parameters" type: "" syntax: "public abstract ProxyArtifactVersionsListOverview updateState(String resourceGroupName, String publisherName, String artifactStoreName, String artifactName, String artifactVersionName, ArtifactChangeState parameters)" desc: "Change artifact state defined in artifact store." returns: description: "the proxy artifact overview." type: "" - uid: "com.azure.resourcemanager.hybridnetwork.models.ProxyArtifacts.updateState(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.hybridnetwork.models.ArtifactChangeState,com.azure.core.util.Context)" fullName: "com.azure.resourcemanager.hybridnetwork.models.ProxyArtifacts.updateState(String resourceGroupName, String publisherName, String artifactStoreName, String artifactName, String artifactVersionName, ArtifactChangeState parameters, Context context)" name: "updateState(String resourceGroupName, String publisherName, String artifactStoreName, String artifactName, String artifactVersionName, ArtifactChangeState parameters, Context context)" nameWithType: "ProxyArtifacts.updateState(String resourceGroupName, String publisherName, String artifactStoreName, String artifactName, String artifactVersionName, ArtifactChangeState parameters, Context context)" summary: "Change artifact state defined in artifact store." modifiers: - "abstract" parameters: - description: "The name of the resource group. The name is case insensitive." name: "resourceGroupName" type: "String" - description: "The name of the publisher." name: "publisherName" type: "String" - description: "The name of the artifact store." name: "artifactStoreName" type: "String" - description: "The name of the artifact." name: "artifactName" type: "String" - description: "The name of the artifact version." name: "artifactVersionName" type: "String" - description: "Parameters supplied to update the state of artifact manifest." name: "parameters" type: "" - description: "The context to associate with this operation." name: "context" type: "" syntax: "public abstract ProxyArtifactVersionsListOverview updateState(String resourceGroupName, String publisherName, String artifactStoreName, String artifactName, String artifactVersionName, ArtifactChangeState parameters, Context context)" desc: "Change artifact state defined in artifact store." returns: description: "the proxy artifact overview." type: "" type: "interface" desc: "Resource collection API of ProxyArtifacts." metadata: {} package: "com.azure.resourcemanager.hybridnetwork.models" artifact: com.azure.resourcemanager:azure-resourcemanager-hybridnetwork:1.0.0