233 строки
16 KiB
YAML
233 строки
16 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.hybridnetwork.models.Publishers"
|
|
fullName: "com.azure.resourcemanager.hybridnetwork.models.Publishers"
|
|
name: "Publishers"
|
|
nameWithType: "Publishers"
|
|
summary: "Resource collection API of Publishers."
|
|
syntax: "public interface **Publishers**"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.hybridnetwork.models.Publishers.define(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.hybridnetwork.models.Publishers.define(String name)"
|
|
name: "define(String name)"
|
|
nameWithType: "Publishers.define(String name)"
|
|
summary: "Begins definition for a new Publisher resource."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "resource name."
|
|
name: "name"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract Publisher.DefinitionStages.Blank define(String name)"
|
|
desc: "Begins definition for a new Publisher resource."
|
|
returns:
|
|
description: "the first stage of the new Publisher definition."
|
|
type: "<xref href=\"com.azure.resourcemanager.hybridnetwork.models.Publisher.DefinitionStages.Blank?alt=com.azure.resourcemanager.hybridnetwork.models.Publisher.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.hybridnetwork.models.Publishers.delete(java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.hybridnetwork.models.Publishers.delete(String resourceGroupName, String publisherName, Context context)"
|
|
name: "delete(String resourceGroupName, String publisherName, Context context)"
|
|
nameWithType: "Publishers.delete(String resourceGroupName, String publisherName, Context context)"
|
|
summary: "Deletes the specified publisher."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the publisher."
|
|
name: "publisherName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract void delete(String resourceGroupName, String publisherName, Context context)"
|
|
desc: "Deletes the specified publisher."
|
|
- uid: "com.azure.resourcemanager.hybridnetwork.models.Publishers.deleteById(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.hybridnetwork.models.Publishers.deleteById(String id)"
|
|
name: "deleteById(String id)"
|
|
nameWithType: "Publishers.deleteById(String id)"
|
|
summary: "Deletes the specified publisher."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the resource ID."
|
|
name: "id"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract void deleteById(String id)"
|
|
desc: "Deletes the specified publisher."
|
|
- uid: "com.azure.resourcemanager.hybridnetwork.models.Publishers.deleteByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.hybridnetwork.models.Publishers.deleteByIdWithResponse(String id, Context context)"
|
|
name: "deleteByIdWithResponse(String id, Context context)"
|
|
nameWithType: "Publishers.deleteByIdWithResponse(String id, Context context)"
|
|
summary: "Deletes the specified publisher."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the resource ID."
|
|
name: "id"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract void deleteByIdWithResponse(String id, Context context)"
|
|
desc: "Deletes the specified publisher."
|
|
- uid: "com.azure.resourcemanager.hybridnetwork.models.Publishers.deleteByResourceGroup(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.hybridnetwork.models.Publishers.deleteByResourceGroup(String resourceGroupName, String publisherName)"
|
|
name: "deleteByResourceGroup(String resourceGroupName, String publisherName)"
|
|
nameWithType: "Publishers.deleteByResourceGroup(String resourceGroupName, String publisherName)"
|
|
summary: "Deletes the specified publisher."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the publisher."
|
|
name: "publisherName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract void deleteByResourceGroup(String resourceGroupName, String publisherName)"
|
|
desc: "Deletes the specified publisher."
|
|
- uid: "com.azure.resourcemanager.hybridnetwork.models.Publishers.getById(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.hybridnetwork.models.Publishers.getById(String id)"
|
|
name: "getById(String id)"
|
|
nameWithType: "Publishers.getById(String id)"
|
|
summary: "Gets information about the specified publisher."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the resource ID."
|
|
name: "id"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract Publisher getById(String id)"
|
|
desc: "Gets information about the specified publisher."
|
|
returns:
|
|
description: "information about the specified publisher along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
|
type: "<xref href=\"com.azure.resourcemanager.hybridnetwork.models.Publisher?alt=com.azure.resourcemanager.hybridnetwork.models.Publisher&text=Publisher\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.hybridnetwork.models.Publishers.getByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.hybridnetwork.models.Publishers.getByIdWithResponse(String id, Context context)"
|
|
name: "getByIdWithResponse(String id, Context context)"
|
|
nameWithType: "Publishers.getByIdWithResponse(String id, Context context)"
|
|
summary: "Gets information about the specified publisher."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the resource ID."
|
|
name: "id"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Response<Publisher> getByIdWithResponse(String id, Context context)"
|
|
desc: "Gets information about the specified publisher."
|
|
returns:
|
|
description: "information about the specified publisher along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.hybridnetwork.models.Publisher?alt=com.azure.resourcemanager.hybridnetwork.models.Publisher&text=Publisher\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.hybridnetwork.models.Publishers.getByResourceGroup(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.hybridnetwork.models.Publishers.getByResourceGroup(String resourceGroupName, String publisherName)"
|
|
name: "getByResourceGroup(String resourceGroupName, String publisherName)"
|
|
nameWithType: "Publishers.getByResourceGroup(String resourceGroupName, String publisherName)"
|
|
summary: "Gets information about the specified publisher."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the publisher."
|
|
name: "publisherName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract Publisher getByResourceGroup(String resourceGroupName, String publisherName)"
|
|
desc: "Gets information about the specified publisher."
|
|
returns:
|
|
description: "information about the specified publisher."
|
|
type: "<xref href=\"com.azure.resourcemanager.hybridnetwork.models.Publisher?alt=com.azure.resourcemanager.hybridnetwork.models.Publisher&text=Publisher\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.hybridnetwork.models.Publishers.getByResourceGroupWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.hybridnetwork.models.Publishers.getByResourceGroupWithResponse(String resourceGroupName, String publisherName, Context context)"
|
|
name: "getByResourceGroupWithResponse(String resourceGroupName, String publisherName, Context context)"
|
|
nameWithType: "Publishers.getByResourceGroupWithResponse(String resourceGroupName, String publisherName, Context context)"
|
|
summary: "Gets information about the specified publisher."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the publisher."
|
|
name: "publisherName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Response<Publisher> getByResourceGroupWithResponse(String resourceGroupName, String publisherName, Context context)"
|
|
desc: "Gets information about the specified publisher."
|
|
returns:
|
|
description: "information about the specified publisher along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.hybridnetwork.models.Publisher?alt=com.azure.resourcemanager.hybridnetwork.models.Publisher&text=Publisher\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.hybridnetwork.models.Publishers.list()"
|
|
fullName: "com.azure.resourcemanager.hybridnetwork.models.Publishers.list()"
|
|
name: "list()"
|
|
nameWithType: "Publishers.list()"
|
|
summary: "Lists all the publishers in a subscription."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract PagedIterable<Publisher> list()"
|
|
desc: "Lists all the publishers in a subscription."
|
|
returns:
|
|
description: "a list of publishers as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.hybridnetwork.models.Publisher?alt=com.azure.resourcemanager.hybridnetwork.models.Publisher&text=Publisher\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.hybridnetwork.models.Publishers.list(com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.hybridnetwork.models.Publishers.list(Context context)"
|
|
name: "list(Context context)"
|
|
nameWithType: "Publishers.list(Context context)"
|
|
summary: "Lists all the publishers in a subscription."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract PagedIterable<Publisher> list(Context context)"
|
|
desc: "Lists all the publishers in a subscription."
|
|
returns:
|
|
description: "a list of publishers as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.hybridnetwork.models.Publisher?alt=com.azure.resourcemanager.hybridnetwork.models.Publisher&text=Publisher\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.hybridnetwork.models.Publishers.listByResourceGroup(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.hybridnetwork.models.Publishers.listByResourceGroup(String resourceGroupName)"
|
|
name: "listByResourceGroup(String resourceGroupName)"
|
|
nameWithType: "Publishers.listByResourceGroup(String resourceGroupName)"
|
|
summary: "Lists all the publishers in a resource group."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract PagedIterable<Publisher> listByResourceGroup(String resourceGroupName)"
|
|
desc: "Lists all the publishers in a resource group."
|
|
returns:
|
|
description: "a list of publishers as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.hybridnetwork.models.Publisher?alt=com.azure.resourcemanager.hybridnetwork.models.Publisher&text=Publisher\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.hybridnetwork.models.Publishers.listByResourceGroup(java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.hybridnetwork.models.Publishers.listByResourceGroup(String resourceGroupName, Context context)"
|
|
name: "listByResourceGroup(String resourceGroupName, Context context)"
|
|
nameWithType: "Publishers.listByResourceGroup(String resourceGroupName, Context context)"
|
|
summary: "Lists all the publishers in a resource group."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract PagedIterable<Publisher> listByResourceGroup(String resourceGroupName, Context context)"
|
|
desc: "Lists all the publishers in a resource group."
|
|
returns:
|
|
description: "a list of publishers as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.hybridnetwork.models.Publisher?alt=com.azure.resourcemanager.hybridnetwork.models.Publisher&text=Publisher\" data-throw-if-not-resolved=\"False\" />>"
|
|
type: "interface"
|
|
desc: "Resource collection API of Publishers."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.hybridnetwork.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-hybridnetwork:1.0.0
|