azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.p...

296 строки
30 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.CertificateObjectLocalRulestacksClient"
fullName: "com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.CertificateObjectLocalRulestacksClient"
name: "CertificateObjectLocalRulestacksClient"
nameWithType: "CertificateObjectLocalRulestacksClient"
summary: "An instance of this class provides access to all the operations defined in Certificate<wbr>Object<wbr>Local<wbr>Rulestacks<wbr>Client."
syntax: "public interface **CertificateObjectLocalRulestacksClient**"
methods:
- uid: "com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.CertificateObjectLocalRulestacksClient.beginCreateOrUpdate(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.CertificateObjectLocalRulestackResourceInner)"
fullName: "com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.CertificateObjectLocalRulestacksClient.beginCreateOrUpdate(String resourceGroupName, String localRulestackName, String name, CertificateObjectLocalRulestackResourceInner resource)"
name: "beginCreateOrUpdate(String resourceGroupName, String localRulestackName, String name, CertificateObjectLocalRulestackResourceInner resource)"
nameWithType: "CertificateObjectLocalRulestacksClient.beginCreateOrUpdate(String resourceGroupName, String localRulestackName, String name, CertificateObjectLocalRulestackResourceInner resource)"
summary: "Create a Certificate<wbr>Object<wbr>Local<wbr>Rulestack<wbr>Resource."
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: "LocalRulestack resource name."
name: "localRulestackName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "certificate name."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Resource create parameters."
name: "resource"
type: "<xref href=\"com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.CertificateObjectLocalRulestackResourceInner?alt=com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.CertificateObjectLocalRulestackResourceInner&text=CertificateObjectLocalRulestackResourceInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SyncPoller<PollResult<CertificateObjectLocalRulestackResourceInner>,CertificateObjectLocalRulestackResourceInner> beginCreateOrUpdate(String resourceGroupName, String localRulestackName, String name, CertificateObjectLocalRulestackResourceInner resource)"
desc: "Create a CertificateObjectLocalRulestackResource."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of localRulestack Certificate Object."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.CertificateObjectLocalRulestackResourceInner?alt=com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.CertificateObjectLocalRulestackResourceInner&text=CertificateObjectLocalRulestackResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.CertificateObjectLocalRulestackResourceInner?alt=com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.CertificateObjectLocalRulestackResourceInner&text=CertificateObjectLocalRulestackResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.CertificateObjectLocalRulestacksClient.beginCreateOrUpdate(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.CertificateObjectLocalRulestackResourceInner,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.CertificateObjectLocalRulestacksClient.beginCreateOrUpdate(String resourceGroupName, String localRulestackName, String name, CertificateObjectLocalRulestackResourceInner resource, Context context)"
name: "beginCreateOrUpdate(String resourceGroupName, String localRulestackName, String name, CertificateObjectLocalRulestackResourceInner resource, Context context)"
nameWithType: "CertificateObjectLocalRulestacksClient.beginCreateOrUpdate(String resourceGroupName, String localRulestackName, String name, CertificateObjectLocalRulestackResourceInner resource, Context context)"
summary: "Create a Certificate<wbr>Object<wbr>Local<wbr>Rulestack<wbr>Resource."
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: "LocalRulestack resource name."
name: "localRulestackName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "certificate name."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Resource create parameters."
name: "resource"
type: "<xref href=\"com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.CertificateObjectLocalRulestackResourceInner?alt=com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.CertificateObjectLocalRulestackResourceInner&text=CertificateObjectLocalRulestackResourceInner\" data-throw-if-not-resolved=\"False\" />"
- 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 SyncPoller<PollResult<CertificateObjectLocalRulestackResourceInner>,CertificateObjectLocalRulestackResourceInner> beginCreateOrUpdate(String resourceGroupName, String localRulestackName, String name, CertificateObjectLocalRulestackResourceInner resource, Context context)"
desc: "Create a CertificateObjectLocalRulestackResource."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of localRulestack Certificate Object."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.CertificateObjectLocalRulestackResourceInner?alt=com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.CertificateObjectLocalRulestackResourceInner&text=CertificateObjectLocalRulestackResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.CertificateObjectLocalRulestackResourceInner?alt=com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.CertificateObjectLocalRulestackResourceInner&text=CertificateObjectLocalRulestackResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.CertificateObjectLocalRulestacksClient.beginDelete(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.CertificateObjectLocalRulestacksClient.beginDelete(String resourceGroupName, String localRulestackName, String name)"
name: "beginDelete(String resourceGroupName, String localRulestackName, String name)"
nameWithType: "CertificateObjectLocalRulestacksClient.beginDelete(String resourceGroupName, String localRulestackName, String name)"
summary: "Delete a Certificate<wbr>Object<wbr>Local<wbr>Rulestack<wbr>Resource."
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: "LocalRulestack resource name."
name: "localRulestackName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "certificate name."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String localRulestackName, String name)"
desc: "Delete a CertificateObjectLocalRulestackResource."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.CertificateObjectLocalRulestacksClient.beginDelete(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.CertificateObjectLocalRulestacksClient.beginDelete(String resourceGroupName, String localRulestackName, String name, Context context)"
name: "beginDelete(String resourceGroupName, String localRulestackName, String name, Context context)"
nameWithType: "CertificateObjectLocalRulestacksClient.beginDelete(String resourceGroupName, String localRulestackName, String name, Context context)"
summary: "Delete a Certificate<wbr>Object<wbr>Local<wbr>Rulestack<wbr>Resource."
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: "LocalRulestack resource name."
name: "localRulestackName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "certificate name."
name: "name"
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 SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String localRulestackName, String name, Context context)"
desc: "Delete a CertificateObjectLocalRulestackResource."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.CertificateObjectLocalRulestacksClient.createOrUpdate(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.CertificateObjectLocalRulestackResourceInner)"
fullName: "com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.CertificateObjectLocalRulestacksClient.createOrUpdate(String resourceGroupName, String localRulestackName, String name, CertificateObjectLocalRulestackResourceInner resource)"
name: "createOrUpdate(String resourceGroupName, String localRulestackName, String name, CertificateObjectLocalRulestackResourceInner resource)"
nameWithType: "CertificateObjectLocalRulestacksClient.createOrUpdate(String resourceGroupName, String localRulestackName, String name, CertificateObjectLocalRulestackResourceInner resource)"
summary: "Create a Certificate<wbr>Object<wbr>Local<wbr>Rulestack<wbr>Resource."
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: "LocalRulestack resource name."
name: "localRulestackName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "certificate name."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Resource create parameters."
name: "resource"
type: "<xref href=\"com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.CertificateObjectLocalRulestackResourceInner?alt=com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.CertificateObjectLocalRulestackResourceInner&text=CertificateObjectLocalRulestackResourceInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract CertificateObjectLocalRulestackResourceInner createOrUpdate(String resourceGroupName, String localRulestackName, String name, CertificateObjectLocalRulestackResourceInner resource)"
desc: "Create a CertificateObjectLocalRulestackResource."
returns:
description: "localRulestack Certificate Object."
type: "<xref href=\"com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.CertificateObjectLocalRulestackResourceInner?alt=com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.CertificateObjectLocalRulestackResourceInner&text=CertificateObjectLocalRulestackResourceInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.CertificateObjectLocalRulestacksClient.createOrUpdate(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.CertificateObjectLocalRulestackResourceInner,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.CertificateObjectLocalRulestacksClient.createOrUpdate(String resourceGroupName, String localRulestackName, String name, CertificateObjectLocalRulestackResourceInner resource, Context context)"
name: "createOrUpdate(String resourceGroupName, String localRulestackName, String name, CertificateObjectLocalRulestackResourceInner resource, Context context)"
nameWithType: "CertificateObjectLocalRulestacksClient.createOrUpdate(String resourceGroupName, String localRulestackName, String name, CertificateObjectLocalRulestackResourceInner resource, Context context)"
summary: "Create a Certificate<wbr>Object<wbr>Local<wbr>Rulestack<wbr>Resource."
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: "LocalRulestack resource name."
name: "localRulestackName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "certificate name."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Resource create parameters."
name: "resource"
type: "<xref href=\"com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.CertificateObjectLocalRulestackResourceInner?alt=com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.CertificateObjectLocalRulestackResourceInner&text=CertificateObjectLocalRulestackResourceInner\" data-throw-if-not-resolved=\"False\" />"
- 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 CertificateObjectLocalRulestackResourceInner createOrUpdate(String resourceGroupName, String localRulestackName, String name, CertificateObjectLocalRulestackResourceInner resource, Context context)"
desc: "Create a CertificateObjectLocalRulestackResource."
returns:
description: "localRulestack Certificate Object."
type: "<xref href=\"com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.CertificateObjectLocalRulestackResourceInner?alt=com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.CertificateObjectLocalRulestackResourceInner&text=CertificateObjectLocalRulestackResourceInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.CertificateObjectLocalRulestacksClient.delete(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.CertificateObjectLocalRulestacksClient.delete(String resourceGroupName, String localRulestackName, String name)"
name: "delete(String resourceGroupName, String localRulestackName, String name)"
nameWithType: "CertificateObjectLocalRulestacksClient.delete(String resourceGroupName, String localRulestackName, String name)"
summary: "Delete a Certificate<wbr>Object<wbr>Local<wbr>Rulestack<wbr>Resource."
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: "LocalRulestack resource name."
name: "localRulestackName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "certificate name."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract void delete(String resourceGroupName, String localRulestackName, String name)"
desc: "Delete a CertificateObjectLocalRulestackResource."
- uid: "com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.CertificateObjectLocalRulestacksClient.delete(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.CertificateObjectLocalRulestacksClient.delete(String resourceGroupName, String localRulestackName, String name, Context context)"
name: "delete(String resourceGroupName, String localRulestackName, String name, Context context)"
nameWithType: "CertificateObjectLocalRulestacksClient.delete(String resourceGroupName, String localRulestackName, String name, Context context)"
summary: "Delete a Certificate<wbr>Object<wbr>Local<wbr>Rulestack<wbr>Resource."
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: "LocalRulestack resource name."
name: "localRulestackName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "certificate name."
name: "name"
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 localRulestackName, String name, Context context)"
desc: "Delete a CertificateObjectLocalRulestackResource."
- uid: "com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.CertificateObjectLocalRulestacksClient.get(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.CertificateObjectLocalRulestacksClient.get(String resourceGroupName, String localRulestackName, String name)"
name: "get(String resourceGroupName, String localRulestackName, String name)"
nameWithType: "CertificateObjectLocalRulestacksClient.get(String resourceGroupName, String localRulestackName, String name)"
summary: "Get a Certificate<wbr>Object<wbr>Local<wbr>Rulestack<wbr>Resource."
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: "LocalRulestack resource name."
name: "localRulestackName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "certificate name."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract CertificateObjectLocalRulestackResourceInner get(String resourceGroupName, String localRulestackName, String name)"
desc: "Get a CertificateObjectLocalRulestackResource."
returns:
description: "a CertificateObjectLocalRulestackResource."
type: "<xref href=\"com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.CertificateObjectLocalRulestackResourceInner?alt=com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.CertificateObjectLocalRulestackResourceInner&text=CertificateObjectLocalRulestackResourceInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.CertificateObjectLocalRulestacksClient.getWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.CertificateObjectLocalRulestacksClient.getWithResponse(String resourceGroupName, String localRulestackName, String name, Context context)"
name: "getWithResponse(String resourceGroupName, String localRulestackName, String name, Context context)"
nameWithType: "CertificateObjectLocalRulestacksClient.getWithResponse(String resourceGroupName, String localRulestackName, String name, Context context)"
summary: "Get a Certificate<wbr>Object<wbr>Local<wbr>Rulestack<wbr>Resource."
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: "LocalRulestack resource name."
name: "localRulestackName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "certificate name."
name: "name"
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<CertificateObjectLocalRulestackResourceInner> getWithResponse(String resourceGroupName, String localRulestackName, String name, Context context)"
desc: "Get a CertificateObjectLocalRulestackResource."
returns:
description: "a CertificateObjectLocalRulestackResource 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\" />&lt;<xref href=\"com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.CertificateObjectLocalRulestackResourceInner?alt=com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.CertificateObjectLocalRulestackResourceInner&text=CertificateObjectLocalRulestackResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.CertificateObjectLocalRulestacksClient.listByLocalRulestacks(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.CertificateObjectLocalRulestacksClient.listByLocalRulestacks(String resourceGroupName, String localRulestackName)"
name: "listByLocalRulestacks(String resourceGroupName, String localRulestackName)"
nameWithType: "CertificateObjectLocalRulestacksClient.listByLocalRulestacks(String resourceGroupName, String localRulestackName)"
summary: "List Certificate<wbr>Object<wbr>Local<wbr>Rulestack<wbr>Resource resources by Local<wbr>Rulestacks."
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: "LocalRulestack resource name."
name: "localRulestackName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedIterable<CertificateObjectLocalRulestackResourceInner> listByLocalRulestacks(String resourceGroupName, String localRulestackName)"
desc: "List CertificateObjectLocalRulestackResource resources by LocalRulestacks."
returns:
description: "the response of a CertificateObjectLocalRulestackResource list operation as paginated response with\n <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\" />&lt;<xref href=\"com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.CertificateObjectLocalRulestackResourceInner?alt=com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.CertificateObjectLocalRulestackResourceInner&text=CertificateObjectLocalRulestackResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.CertificateObjectLocalRulestacksClient.listByLocalRulestacks(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.CertificateObjectLocalRulestacksClient.listByLocalRulestacks(String resourceGroupName, String localRulestackName, Context context)"
name: "listByLocalRulestacks(String resourceGroupName, String localRulestackName, Context context)"
nameWithType: "CertificateObjectLocalRulestacksClient.listByLocalRulestacks(String resourceGroupName, String localRulestackName, Context context)"
summary: "List Certificate<wbr>Object<wbr>Local<wbr>Rulestack<wbr>Resource resources by Local<wbr>Rulestacks."
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: "LocalRulestack resource name."
name: "localRulestackName"
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<CertificateObjectLocalRulestackResourceInner> listByLocalRulestacks(String resourceGroupName, String localRulestackName, Context context)"
desc: "List CertificateObjectLocalRulestackResource resources by LocalRulestacks."
returns:
description: "the response of a CertificateObjectLocalRulestackResource list operation as paginated response with\n <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\" />&lt;<xref href=\"com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.CertificateObjectLocalRulestackResourceInner?alt=com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.CertificateObjectLocalRulestackResourceInner&text=CertificateObjectLocalRulestackResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "An instance of this class provides access to all the operations defined in CertificateObjectLocalRulestacksClient."
metadata: {}
package: "com.azure.resourcemanager.paloaltonetworks.ngfw.fluent"
artifact: com.azure.resourcemanager:azure-resourcemanager-paloaltonetworks-ngfw:1.1.0