### YamlMime:JavaType uid: "com.azure.resourcemanager.hybridnetwork.models.ArtifactManifests" fullName: "com.azure.resourcemanager.hybridnetwork.models.ArtifactManifests" name: "ArtifactManifests" nameWithType: "ArtifactManifests" summary: "Resource collection API of ArtifactManifests." syntax: "public interface **ArtifactManifests**" methods: - uid: "com.azure.resourcemanager.hybridnetwork.models.ArtifactManifests.define(java.lang.String)" fullName: "com.azure.resourcemanager.hybridnetwork.models.ArtifactManifests.define(String name)" name: "define(String name)" nameWithType: "ArtifactManifests.define(String name)" summary: "Begins definition for a new ArtifactManifest resource." modifiers: - "abstract" parameters: - description: "resource name." name: "name" type: "String" syntax: "public abstract ArtifactManifest.DefinitionStages.Blank define(String name)" desc: "Begins definition for a new ArtifactManifest resource." returns: description: "the first stage of the new ArtifactManifest definition." type: "" - uid: "com.azure.resourcemanager.hybridnetwork.models.ArtifactManifests.delete(java.lang.String,java.lang.String,java.lang.String,java.lang.String)" fullName: "com.azure.resourcemanager.hybridnetwork.models.ArtifactManifests.delete(String resourceGroupName, String publisherName, String artifactStoreName, String artifactManifestName)" name: "delete(String resourceGroupName, String publisherName, String artifactStoreName, String artifactManifestName)" nameWithType: "ArtifactManifests.delete(String resourceGroupName, String publisherName, String artifactStoreName, String artifactManifestName)" summary: "Deletes the specified artifact manifest." 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 manifest." name: "artifactManifestName" type: "String" syntax: "public abstract void delete(String resourceGroupName, String publisherName, String artifactStoreName, String artifactManifestName)" desc: "Deletes the specified artifact manifest." - uid: "com.azure.resourcemanager.hybridnetwork.models.ArtifactManifests.delete(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)" fullName: "com.azure.resourcemanager.hybridnetwork.models.ArtifactManifests.delete(String resourceGroupName, String publisherName, String artifactStoreName, String artifactManifestName, Context context)" name: "delete(String resourceGroupName, String publisherName, String artifactStoreName, String artifactManifestName, Context context)" nameWithType: "ArtifactManifests.delete(String resourceGroupName, String publisherName, String artifactStoreName, String artifactManifestName, Context context)" summary: "Deletes the specified artifact manifest." 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 manifest." name: "artifactManifestName" type: "String" - description: "The context to associate with this operation." name: "context" type: "" syntax: "public abstract void delete(String resourceGroupName, String publisherName, String artifactStoreName, String artifactManifestName, Context context)" desc: "Deletes the specified artifact manifest." - uid: "com.azure.resourcemanager.hybridnetwork.models.ArtifactManifests.deleteById(java.lang.String)" fullName: "com.azure.resourcemanager.hybridnetwork.models.ArtifactManifests.deleteById(String id)" name: "deleteById(String id)" nameWithType: "ArtifactManifests.deleteById(String id)" summary: "Deletes the specified artifact manifest." modifiers: - "abstract" parameters: - description: "the resource ID." name: "id" type: "String" syntax: "public abstract void deleteById(String id)" desc: "Deletes the specified artifact manifest." - uid: "com.azure.resourcemanager.hybridnetwork.models.ArtifactManifests.deleteByIdWithResponse(java.lang.String,com.azure.core.util.Context)" fullName: "com.azure.resourcemanager.hybridnetwork.models.ArtifactManifests.deleteByIdWithResponse(String id, Context context)" name: "deleteByIdWithResponse(String id, Context context)" nameWithType: "ArtifactManifests.deleteByIdWithResponse(String id, Context context)" summary: "Deletes the specified artifact manifest." modifiers: - "abstract" parameters: - description: "the resource ID." name: "id" type: "String" - description: "The context to associate with this operation." name: "context" type: "" syntax: "public abstract void deleteByIdWithResponse(String id, Context context)" desc: "Deletes the specified artifact manifest." - uid: "com.azure.resourcemanager.hybridnetwork.models.ArtifactManifests.get(java.lang.String,java.lang.String,java.lang.String,java.lang.String)" fullName: "com.azure.resourcemanager.hybridnetwork.models.ArtifactManifests.get(String resourceGroupName, String publisherName, String artifactStoreName, String artifactManifestName)" name: "get(String resourceGroupName, String publisherName, String artifactStoreName, String artifactManifestName)" nameWithType: "ArtifactManifests.get(String resourceGroupName, String publisherName, String artifactStoreName, String artifactManifestName)" summary: "Gets information about a artifact manifest resource." 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 manifest." name: "artifactManifestName" type: "String" syntax: "public abstract ArtifactManifest get(String resourceGroupName, String publisherName, String artifactStoreName, String artifactManifestName)" desc: "Gets information about a artifact manifest resource." returns: description: "information about a artifact manifest resource." type: "" - uid: "com.azure.resourcemanager.hybridnetwork.models.ArtifactManifests.getById(java.lang.String)" fullName: "com.azure.resourcemanager.hybridnetwork.models.ArtifactManifests.getById(String id)" name: "getById(String id)" nameWithType: "ArtifactManifests.getById(String id)" summary: "Gets information about a artifact manifest resource." modifiers: - "abstract" parameters: - description: "the resource ID." name: "id" type: "String" syntax: "public abstract ArtifactManifest getById(String id)" desc: "Gets information about a artifact manifest resource." returns: description: "information about a artifact manifest resource along with ." type: "" - uid: "com.azure.resourcemanager.hybridnetwork.models.ArtifactManifests.getByIdWithResponse(java.lang.String,com.azure.core.util.Context)" fullName: "com.azure.resourcemanager.hybridnetwork.models.ArtifactManifests.getByIdWithResponse(String id, Context context)" name: "getByIdWithResponse(String id, Context context)" nameWithType: "ArtifactManifests.getByIdWithResponse(String id, Context context)" summary: "Gets information about a artifact manifest resource." modifiers: - "abstract" parameters: - description: "the resource ID." name: "id" type: "String" - description: "The context to associate with this operation." name: "context" type: "" syntax: "public abstract Response getByIdWithResponse(String id, Context context)" desc: "Gets information about a artifact manifest resource." returns: description: "information about a artifact manifest resource along with ." type: "<>" - uid: "com.azure.resourcemanager.hybridnetwork.models.ArtifactManifests.getWithResponse(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)" fullName: "com.azure.resourcemanager.hybridnetwork.models.ArtifactManifests.getWithResponse(String resourceGroupName, String publisherName, String artifactStoreName, String artifactManifestName, Context context)" name: "getWithResponse(String resourceGroupName, String publisherName, String artifactStoreName, String artifactManifestName, Context context)" nameWithType: "ArtifactManifests.getWithResponse(String resourceGroupName, String publisherName, String artifactStoreName, String artifactManifestName, Context context)" summary: "Gets information about a artifact manifest resource." 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 manifest." name: "artifactManifestName" type: "String" - description: "The context to associate with this operation." name: "context" type: "" syntax: "public abstract Response getWithResponse(String resourceGroupName, String publisherName, String artifactStoreName, String artifactManifestName, Context context)" desc: "Gets information about a artifact manifest resource." returns: description: "information about a artifact manifest resource along with ." type: "<>" - uid: "com.azure.resourcemanager.hybridnetwork.models.ArtifactManifests.listByArtifactStore(java.lang.String,java.lang.String,java.lang.String)" fullName: "com.azure.resourcemanager.hybridnetwork.models.ArtifactManifests.listByArtifactStore(String resourceGroupName, String publisherName, String artifactStoreName)" name: "listByArtifactStore(String resourceGroupName, String publisherName, String artifactStoreName)" nameWithType: "ArtifactManifests.listByArtifactStore(String resourceGroupName, String publisherName, String artifactStoreName)" summary: "Gets information about the artifact manifest." 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 listByArtifactStore(String resourceGroupName, String publisherName, String artifactStoreName)" desc: "Gets information about the artifact manifest." returns: description: "information about the artifact manifest as paginated response with ." type: "<>" - uid: "com.azure.resourcemanager.hybridnetwork.models.ArtifactManifests.listByArtifactStore(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)" fullName: "com.azure.resourcemanager.hybridnetwork.models.ArtifactManifests.listByArtifactStore(String resourceGroupName, String publisherName, String artifactStoreName, Context context)" name: "listByArtifactStore(String resourceGroupName, String publisherName, String artifactStoreName, Context context)" nameWithType: "ArtifactManifests.listByArtifactStore(String resourceGroupName, String publisherName, String artifactStoreName, Context context)" summary: "Gets information about the artifact manifest." 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 listByArtifactStore(String resourceGroupName, String publisherName, String artifactStoreName, Context context)" desc: "Gets information about the artifact manifest." returns: description: "information about the artifact manifest as paginated response with ." type: "<>" - uid: "com.azure.resourcemanager.hybridnetwork.models.ArtifactManifests.listCredential(java.lang.String,java.lang.String,java.lang.String,java.lang.String)" fullName: "com.azure.resourcemanager.hybridnetwork.models.ArtifactManifests.listCredential(String resourceGroupName, String publisherName, String artifactStoreName, String artifactManifestName)" name: "listCredential(String resourceGroupName, String publisherName, String artifactStoreName, String artifactManifestName)" nameWithType: "ArtifactManifests.listCredential(String resourceGroupName, String publisherName, String artifactStoreName, String artifactManifestName)" summary: "List credential for publishing artifacts defined in artifact manifest." 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 manifest." name: "artifactManifestName" type: "String" syntax: "public abstract ArtifactAccessCredential listCredential(String resourceGroupName, String publisherName, String artifactStoreName, String artifactManifestName)" desc: "List credential for publishing artifacts defined in artifact manifest." returns: description: "the artifact manifest credential definition." type: "" - uid: "com.azure.resourcemanager.hybridnetwork.models.ArtifactManifests.listCredentialWithResponse(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)" fullName: "com.azure.resourcemanager.hybridnetwork.models.ArtifactManifests.listCredentialWithResponse(String resourceGroupName, String publisherName, String artifactStoreName, String artifactManifestName, Context context)" name: "listCredentialWithResponse(String resourceGroupName, String publisherName, String artifactStoreName, String artifactManifestName, Context context)" nameWithType: "ArtifactManifests.listCredentialWithResponse(String resourceGroupName, String publisherName, String artifactStoreName, String artifactManifestName, Context context)" summary: "List credential for publishing artifacts defined in artifact manifest." 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 manifest." name: "artifactManifestName" type: "String" - description: "The context to associate with this operation." name: "context" type: "" syntax: "public abstract Response listCredentialWithResponse(String resourceGroupName, String publisherName, String artifactStoreName, String artifactManifestName, Context context)" desc: "List credential for publishing artifacts defined in artifact manifest." returns: description: "the artifact manifest credential definition along with ." type: "<>" - uid: "com.azure.resourcemanager.hybridnetwork.models.ArtifactManifests.updateState(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.hybridnetwork.fluent.models.ArtifactManifestUpdateStateInner)" fullName: "com.azure.resourcemanager.hybridnetwork.models.ArtifactManifests.updateState(String resourceGroupName, String publisherName, String artifactStoreName, String artifactManifestName, ArtifactManifestUpdateStateInner parameters)" name: "updateState(String resourceGroupName, String publisherName, String artifactStoreName, String artifactManifestName, ArtifactManifestUpdateStateInner parameters)" nameWithType: "ArtifactManifests.updateState(String resourceGroupName, String publisherName, String artifactStoreName, String artifactManifestName, ArtifactManifestUpdateStateInner parameters)" summary: "Update state for artifact manifest." 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 manifest." name: "artifactManifestName" type: "String" - description: "Parameters supplied to update the state of artifact manifest." name: "parameters" type: "" syntax: "public abstract ArtifactManifestUpdateState updateState(String resourceGroupName, String publisherName, String artifactStoreName, String artifactManifestName, ArtifactManifestUpdateStateInner parameters)" desc: "Update state for artifact manifest." returns: description: "the artifact manifest updating request payload." type: "" - uid: "com.azure.resourcemanager.hybridnetwork.models.ArtifactManifests.updateState(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.hybridnetwork.fluent.models.ArtifactManifestUpdateStateInner,com.azure.core.util.Context)" fullName: "com.azure.resourcemanager.hybridnetwork.models.ArtifactManifests.updateState(String resourceGroupName, String publisherName, String artifactStoreName, String artifactManifestName, ArtifactManifestUpdateStateInner parameters, Context context)" name: "updateState(String resourceGroupName, String publisherName, String artifactStoreName, String artifactManifestName, ArtifactManifestUpdateStateInner parameters, Context context)" nameWithType: "ArtifactManifests.updateState(String resourceGroupName, String publisherName, String artifactStoreName, String artifactManifestName, ArtifactManifestUpdateStateInner parameters, Context context)" summary: "Update state for artifact manifest." 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 manifest." name: "artifactManifestName" 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 ArtifactManifestUpdateState updateState(String resourceGroupName, String publisherName, String artifactStoreName, String artifactManifestName, ArtifactManifestUpdateStateInner parameters, Context context)" desc: "Update state for artifact manifest." returns: description: "the artifact manifest updating request payload." type: "" type: "interface" desc: "Resource collection API of ArtifactManifests." metadata: {} package: "com.azure.resourcemanager.hybridnetwork.models" artifact: com.azure.resourcemanager:azure-resourcemanager-hybridnetwork:1.0.0